PowerShell / PowerShell-RFC

RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem
MIT License
429 stars 123 forks source link

Community Call April 15, 2021 #282

Closed joeyaiello closed 3 years ago

joeyaiello commented 3 years ago

This meeting will be the first to be hosted as a Teams Meeting instead of as a Teams Live Event. We're experimenting with the new format, but this should enable us to allow folks to speak, use video, and share screens for demos.

As always, you can join the Community Call at https://aka.ms/JoinPSCall (9:30a PDT) with a Teams client or the browser web app.

Agenda:

In addition to questions and topics--which you should feel free to file below--we're looking for one or two demos from the community. These should be no more than 5 mins, and should be PowerShell-focused.

/cc to @Ryan2065, @jatinpurohit92, @jhoneill, and @jongio, as they all had filed demo ideas for last month in #280.

iSazonov commented 3 years ago

What is a status of https://github.com/PowerShell/PowerShell/issues/15143? Can we continue and resolve the history finally?

iSazonov commented 3 years ago

https://github.com/PowerShell/PowerShell/pull/13673

We've gotten some positive progress with Pester. However, I would like to continue. Especially with PSES. How could PSES integrate with the Profiler? Feedback on other scenarios is also interesting.

iSazonov commented 3 years ago

Is there any progress with Minimal PowerShell? Is MSFT team working on decoupling the remoting subsystem?

fMichaleczek commented 3 years ago

Yes. Some feedbacks about minimal too. (Minimal SMA, minimal PowerShell).

The Blazor Host Wasm is limited to one thread and the problem in PS to invoke and await async dotnet method will not be study by dotnet team before dotnet 7 or more. I am still thinking it's a PowerShell language problem, because we need async function and a tree to schedule them.

JustinGrote commented 3 years ago

I assume this will be covered in the agenda today, but demoing or explaining the plan for native command handling that is now in Preview5: https://github.com/PowerShell/PowerShell/issues/1995#issuecomment-820541951

Ayanmullick commented 3 years ago

Is there any progress with Minimal PowerShell? Is MSFT team working on decoupling the remoting subsystem?

Will the minimal PowerShell run on Azure Sphere?

JustinGrote commented 3 years ago

@Ayanmullick I mean it's basically a .NET 5+ application so if a .NET 5 application can run there it will probably work, I don't know anything about official support though.

mklement0 commented 3 years ago

The most recent community-call recording available as of this writing at https://github.com/PowerShell/PowerShell-RFC/tree/master/CommunityCall is from February - there have been 2 calls since.

Previously, the https://aka.ms/JoinPSCall link would allow you to at least watch the most recent call's recording, but that apparently no longer works.

@SteveL-MSFT:

vexx32 commented 3 years ago

@mklement0 March and April appear to be available, but the PRs for them have not been merged yet: https://github.com/PowerShell/PowerShell-RFC/pulls

The links in those PRs for the youtube recordings work.

mklement0 commented 3 years ago

Thanks, @vexx32 - I appreciate the pointer.