Justin Grote
Justin Grote
As a reminder, graph supports -scope process, so you can use `foreach -parallel` (or other runspace techniques) and share the same session pretty effectively with minimal state hydration. This will...
@HowardWolosky if this gets completed and merged I would happily contribute a Powershell SecretManagement Provider that would leverage this API to easily fetch repository secrets. https://github.com/powershell/secretmanagement
A basic POC, obviously it needs to be boilerplated out to the format used by the other functions ```powershell function get-GHWorkflow { param( [ValidateNotNullOrEmpty()]$User = 'twpayne', [ValidateNotNullOrEmpty()]$Repository = 'chezmoi', [uri]$Uri...
+1 a standard module would be ideal, especially the boilerplate since the current implementation is basically just a C# application that calls a powershell script, rather than a first-party powershell...
> > Out of curiosity for PowerShell users, is requiring Docker for a PowerShell Lambda experience a significant hurdle to using PowerShell on Lambda? > > @normj significant hurdle. PSWSMan...
@Ash258 My apologies, I didn't see either get set when I installed and had a bunch of stuff not work as a result. Let me do a full refresh and...
https://github.com/ScoopInstaller/Main/blob/71df3eb17cd0de34eef4066d546a5ea8e55974bf/bucket/dotnet-sdk.json#L23 I see this points it to the SDKs folder but it doesn't do anything to reference any additional SDKs installed on the system. Say if I installed 2.1 previously,...
@ejizba Now being tracked here: https://github.com/PowerShell/PowerShellEditorServices/issues/1446#issuecomment-981326899
This was working with F# Koans in a devcontainer but after a reload it stopped working. Omnisharp is working fine and I see this in devtools:  Some sort of...
I think it's a race condition. If I don't have any F# documents open and wait for omnisharp to load and *then* open a F# (which kickstarts the F# extension)...