Skip to content

Commit ea2e473

Browse files
authored
Merge pull request #201 from joeyaiello/MayCommunityCall
Add May 2019 community call
2 parents 43ec3d3 + 239c854 commit ea2e473

File tree

3 files changed

+338
-0
lines changed

3 files changed

+338
-0
lines changed
Lines changed: 295 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,295 @@
1+
Gregg
2+
I hear
3+
4+
Joey Aiello
5+
Can anyone hear us? Are any of the attendees outside Microsoft?
6+
7+
Anonymous
8+
Yes!
9+
10+
Anonymous
11+
You're good
12+
13+
Chris B
14+
Can hear you
15+
16+
Roberth Strand
17+
Can hear you (y)
18+
19+
kvprasoon
20+
yup, I can
21+
22+
Hey Joey.. Streamiming its just fine!!
23+
miss typed Streaming
24+
25+
Hey Joey.. Streamiming its just fine!!
26+
cool
27+
28+
Thomas Rayner
29+
:O for once, a meeting free morning where I can actually attend this!
30+
31+
Joel Sallow
32+
I found some fun things with expression switches work nicely in some places. So nice to have some fancy new C# toys :D
33+
34+
Ryan Yates
35+
Is there a list of these modules that weren't expected to be compatable avail somewhere?
36+
37+
Kirk Munro
38+
Why do you only promote/push RFCs for review here that come from the PS Team? There are other RFCs for review that community members contribute and would like to move forward in the PowerShell 7 timeframe that should be listed here.
39+
40+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?
41+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
42+
43+
Justin Grote
44+
Can OnError maybe be used to trigger a breakpoint on error? That would be huge to be able to trigger a breakpoint on exception in VSCode instead of "guessing" where the error is
45+
46+
Kirk Munro
47+
There are some well-founded concerns on the differences between bash and PowerShell in the Chaining Operator RFC. It would be helpful if other folks could chime in, particularly those who use bash.
48+
49+
Joel Sallow
50+
They fixed a bunch of formatting things that were thoroughly annoying <3
51+
52+
Mike O'Neill
53+
I'm the one that asked about the update to win OS
54+
55+
Joel Sallow
56+
Also shoutout for the Test-Connection RFC that could probably use some more comments ;)
57+
58+
Kirk Munro
59+
Also regarding the RFC process, the chaining operator RFC needs feedback from the community (bash users need to chime in, not just the PowerShell afficionados who eagerly watch for PRs in that repo), but the current PR feedback system is just horrible (as has been shared). What can we do now to get the right amount of feedback (PowerShell and bash users combined) speficially on the chaining RFC, and other RFCs that are open?
60+
61+
Kirk Munro
62+
Also regarding the RFC process, the chaining operator RFC needs feedback from the community (bash users need to chime in, not just the PowerShell afficionados who eagerly watch for PRs in that repo), but the current PR feedback system is just horrible (as has been shared). What can we do now to get the right amount of feedback (PowerShell and bash users combined) speficially on the chaining RFC, and other RFCs that are open?
63+
64+
Joel Sallow
65+
Also shoutout for the Test-Connection RFC that could probably use some more comments ;)
66+
67+
Mike O'Neill
68+
I'm the one that asked about the update to win OS
69+
70+
Kirk Munro
71+
There are some well-founded concerns on the differences between bash and PowerShell in the Chaining Operator RFC. It would be helpful if other folks could chime in, particularly those who use bash.
72+
73+
Joel Sallow
74+
They fixed a bunch of formatting things that were thoroughly annoying <3
75+
76+
Justin Grote
77+
Can OnError maybe be used to trigger a breakpoint on error? That would be huge to be able to trigger a breakpoint on exception in VSCode instead of "guessing" where the error is
78+
79+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?
80+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
81+
82+
Mike O'Neill
83+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
84+
85+
Kirk Munro
86+
We have break on error and break on exception in a PR that is in progress (`-ErrorAction Break`, and `[ActionPreference]::Break`).
87+
88+
Mike O'Neill
89+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
90+
91+
Kirk Munro
92+
Why do you only promote/push RFCs for review here that come from the PS Team? There are other RFCs for review that community members contribute and would like to move forward in the PowerShell 7 timeframe that should be listed here.
93+
94+
Fabian Campo (Col)
95+
What about Windows Terminal? is as cool as the video showed that? are you pointing to integrate with a Bash console on the same app?
96+
97+
Ryan Yates
98+
Is there a list of these modules that weren't expected to be compatable avail somewhere?
99+
100+
Kirk Munro
101+
We have break on error and break on exception in a PR that is in progress (`-ErrorAction Break`, and `[ActionPreference]::Break`).
102+
103+
Fabian Campo (Col)
104+
What about Windows Terminal? is as cool as the video showed that? are you pointing to integrate with a Bash console on the same app?
105+
106+
Joel Sallow
107+
I found some fun things with expression switches work nicely in some places. So nice to have some fancy new C# toys :D
108+
109+
Fabian Campo (Col)
110+
Joey. Why you don't try to take the notes on the same TEAMS app, to share this notes and urls with all of us.-?
111+
112+
Fabian Campo (Col)
113+
thank you.-(Fabian Campo (Col) asked "Joey. Why you don't try to take the notes on the same TEAMS app, to share this notes and urls with all of us.-?")
114+
115+
Mike O'Neill
116+
Does Windows terminal integrate with VSC?
117+
118+
Fabian Campo (Col)
119+
Joey. Why you don't try to take the notes on the same TEAMS app, to share this notes and urls with all of us.-?
120+
121+
Mike O'Neill
122+
Does Windows terminal integrate with VSC?
123+
124+
Justin Grote
125+
I see your shell
126+
127+
kvprasoon
128+
0 && ls
129+
1 && ls
130+
131+
and in CMD ;)
132+
|| and && also work in CMD
133+
134+
kvprasoon
135+
@Mike - Win Terminal in VSC, that'll be too much :-)
136+
137+
Anonymous
138+
Is it possible to use || and && in the same statement for two different outcomes?
139+
140+
Justin Grote
141+
I see your shell
142+
143+
kvprasoon
144+
0 && ls
145+
1 && ls
146+
147+
and in CMD ;)
148+
|| and && also work in CMD
149+
150+
kvprasoon
151+
@Mike - Win Terminal in VSC, that'll be too much :-)
152+
153+
Anonymous
154+
Is it possible to use || and && in the same statement for two different outcomes?
155+
156+
Joey Aiello
157+
Good question, I'll ask when Rob is finished with this demo(Is it possible to use || and && in the same statement for two different outcomes?)
158+
159+
Joel Sallow
160+
pretty sure combining && and || statements is possible aye, but they have the same precedence if I recall the details of the RFC/PR right
161+
162+
Joel Sallow
163+
As a result, you'll need parentheses or something, probably, to get the results you want a lot of the time
164+
165+
Joel Sallow
166+
I've noticed the more detailed committee review comments & very much appreciate the extra context, it really helps. ΓÖÑ
167+
168+
Joel Sallow
169+
I've noticed the more detailed committee review comments & very much appreciate the extra context, it really helps. ΓÖÑ
170+
171+
Joel Sallow
172+
pretty sure combining && and || statements is possible aye, but they have the same precedence if I recall the details of the RFC/PR right
173+
174+
Joel Sallow
175+
As a result, you'll need parentheses or something, probably, to get the results you want a lot of the time
176+
177+
Joel Sallow
178+
It might make sense to split Review of RFC out from Comments & Questions of an RFC
179+
180+
Joel Sallow
181+
Google Docs has a comment system
182+
183+
Joel Sallow
184+
it's pretty easy to work with iirc
185+
186+
Joel Bennett
187+
There are quite a few more sophisticated code-review tools -- like Pull Panda ... which GitHub just bought ...
188+
189+
Joel Sallow
190+
It might make sense to split Review of RFC out from Comments & Questions of an RFC
191+
192+
Joel Sallow
193+
Google Docs has a comment system
194+
195+
Joel Sallow
196+
it's pretty easy to work with iirc
197+
198+
Joel Bennett
199+
There are quite a few more sophisticated code-review tools -- like Pull Panda ... which GitHub just bought ...
200+
201+
kvprasoon
202+
How about on Markdown for help system
203+
204+
Joel Sallow
205+
oh yeah, with the ?? and ? : operator things are we also possibly getting ?. operator?
206+
207+
Edwin Young
208+
In case we don't get to it there's a bit of background on PowerShellGallery outage at https://github.com/PowerShell/PowerShellGallery/blob/master/psgallery_status.md
209+
210+
Joel Sallow
211+
Ah, good, you're getting to some xternal committee members... been thinking on that recently hehehe
212+
213+
Mike O'Neill
214+
Are these recorded for others to view later?
215+
216+
kvprasoon
217+
How about on Markdown for help system
218+
219+
Joel Sallow
220+
oh yeah, with the ?? and ? : operator things are we also possibly getting ?. operator?
221+
222+
Joel Sallow
223+
Ah, good, you're getting to some xternal committee members... been thinking on that recently hehehe
224+
225+
Mike O'Neill
226+
Are these recorded for others to view later?
227+
228+
Joel Sallow
229+
I think Tyler has been recording over Twitch
230+
231+
Mike O'Neill
232+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
233+
234+
Joel Sallow
235+
so check tylerleonhardt on Twitch for that
236+
237+
Joel Sallow
238+
I think Tyler has been recording over Twitch
239+
240+
Joel Sallow
241+
so check tylerleonhardt on Twitch for that
242+
243+
Mike O'Neill
244+
What is the roadmap/timeline to ship PowerShell with Windows OS's? And what does that look like?If known.
245+
246+
Mike O'Neill
247+
ok, thank you.
248+
249+
Joel Bennett
250+
Since I've mentioned PullPanda ... you should also try RubberDuck.io for code reviews (not much help for RFCs, imho).
251+
252+
And I do still like Reviewable because it pushes threading better, keeps track of which comments I've already seen -- which is the hard part of RFC conversations, and maybe even keeps better track of issues that have not actually been decided even if the code around them changes (although I'll admit I haven't used it on anything that churned as much as the PowerShellGet RFC).
253+
254+
Mike O'Neill
255+
ok, thank you.
256+
257+
Ryan Yates
258+
RE inboxing in Windows - My Expectation is it would come in a Windows Feature Update @mike like OpenSSH client / server did in windows 10 1803
259+
260+
This would IMO be after 7 gets released
261+
262+
Fabian Campo (Col)
263+
things happen..
264+
265+
Joel Bennett
266+
Since I've mentioned PullPanda ... you should also try RubberDuck.io for code reviews (not much help for RFCs, imho).
267+
268+
And I do still like Reviewable because it pushes threading better, keeps track of which comments I've already seen -- which is the hard part of RFC conversations, and maybe even keeps better track of issues that have not actually been decided even if the code around them changes (although I'll admit I haven't used it on anything that churned as much as the PowerShellGet RFC).
269+
270+
Ryan Yates
271+
RE inboxing in Windows - My Expectation is it would come in a Windows Feature Update @mike like OpenSSH client / server did in windows 10 1803
272+
273+
This would IMO be after 7 gets released
274+
275+
Fabian Campo (Col)
276+
things happen..
277+
278+
Anonymous
279+
I want a say Joey status!!
280+
281+
Anonymous
282+
er Sad Joey
283+
284+
Anonymous
285+
I want a say Joey status!!
286+
287+
Anonymous
288+
er Sad Joey
289+
290+
JB "AspenForester" Lewis
291+
Thanks!
292+
293+
kvprasoon
294+
It's Joel bennet recommended vexx32Joel Swallow
295+

CommunityCall/20190620_Notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# PowerShell Community Call - June 20, 2019
2+
3+
## Releases
4+
5+
* [PowerShell 7.0-preview.1](https://github.com/powershell/powershell/releases)
6+
* [PS 7 roadmap blog](https://devblogs.microsoft.com/powershell/powershell-7-road-map/)
7+
* Preview.2 expected mid-July
8+
* [PSScriptAnalyzer 1.18.1](https://devblogs.microsoft.com/powershell/release-of-powershell-script-analyzer-1-18-1/)
9+
* Install the latest from the Gallery and VS Code will automatically pick it up
10+
* 2x perf in may cases since 1.18.0
11+
12+
## RFCs for review
13+
14+
* [PowerShellGet 3.0](https://github.com/PowerShell/PowerShell-RFC/pull/185)
15+
* [ForEach-Object parallel](https://github.com/PowerShell/PowerShell-RFC/pull/194)
16+
* [Chaining operator (|| &&)](https://github.com/PowerShell/PowerShell-RFC/pull/192)
17+
* Demo
18+
* [`pwsh -Login`](https://github.com/PowerShell/PowerShell-RFC/pull/186)
19+
* Demo
20+
* [Test-Connection](https://github.com/PowerShell/PowerShell-RFC/pull/172)
21+
* [Improvements to `&` background operator](https://github.com/PowerShell/PowerShell-RFC/pull/193)
22+
* [Flatten the module manifest structure](https://github.com/PowerShell/PowerShell-RFC/pull/188)
23+
* [Improvements to error handling](https://github.com/PowerShell/PowerShell-RFC/pull/187)
24+
* [`umask` and `ulimit` cmdlets](https://github.com/PowerShell/PowerShell-RFC/pull/183)
25+
* [Multi-line continuance](https://github.com/PowerShell/PowerShell-RFC/pull/179)
26+
27+
## Agenda
28+
29+
* Got some feedback on RFC process, working to make some changes to process and automation
30+
* Review and add comments to https://github.com/PowerShell/PowerShell-RFC/issues/195
31+
* Per Jaykul's recommendation check out Pull Panda
32+
* vexx32 recommends checking out RubberDuck.io
33+
* PowerShell Gallery downtime
34+
* Last Tuesday (6/11), we were down from ~3 hours from 8:15a - 11:15a PDT
35+
* Problem in key rotation that has been addressed with fixes to automation
36+
* Thanks for reaching out and bearing with us!
37+
* Status currently hosted at https://github.com/PowerShell/PowerShellGallery/blob/master/psgallery_status.md
38+
* Where can we put this that is better? Is there something else we can do for better alerting?
39+
* PS 7 documentation
40+
* New folder has been created at https://github.com/MicrosoftDocs/PowerShell-Docs/tree/staging/reference/7
41+
* Make changes there for new features, if it's applicable to 6 and 7, make the changes in both places
42+
* This will show up in the version picker on Microsoft Docs while still in preview (as non-default)

CommunityCall/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ recurring event on your calendar.
1212

1313
## Notes
1414

15+
* [June 20, 2019](./20190620_Notes.md) ([YouTube recording](https://youtu.be/yJF-O9tH89Q) and [transcript](./20190620_ChatTranscript.txt))
1516
* [May 16, 2019](./20190516_Notes.md) ([YouTube recording](https://youtu.be/Qmu8J6m9HNI) and [transcript](20190516_ChatTranscript.txt))
1617
* [April 18, 2019](./20190418_Notes.md) ([YouTube recording](https://youtu.be/d5f5BAOMie8) and [transcript](20190418_ChatTranscript.txt))
1718
* March 21, 2019 (Cancelled)

0 commit comments

Comments
 (0)