Jason Helmick

Results 174 comments of Jason Helmick

Thank you for this issue @ThomasNieto. In this case, when you run `pwsh -noprofile -noninteractive` - PSReadLine is not loaded. Without PSReadLine, the providers are never invoked. The Interactive WG...

Thank you @ThomasNieto for this issue. There's no reliable way for a module to detect if it's running in a non-interactive session. @SeeminglyScience has provided a decent workaround. Because of...

The Interactive WG has reviewed this issue. This is not a splatting issue. This can be reproduced with a simpler example: ```powershell $a = '*' /bin/echo $a ``` And `Bash`...

The WG Interactive agrees with the @SteveL-MSFT plan.

Thanks @rdebath for reporting this issue. The Interactive-WG agrees that there is a problem with the dotnet tool on ARM as described in this issue. We were able to reproduce...

Hi @goldjg - thank you for reporting this issue. We recently began releasing a container image of Azure's Cloud Shell and appreciate you reporting this as we improve the functionality...

Thank you @Gijsreyn for your responses to this -- Thank you @FlippingBinary for reporting the issue!

Dotnet is no longer maintaining their Alpine 3.18 and 3.19 images. For more information, see [dotnet/dotnet-docker#5960](https://github.com/dotnet/dotnet-docker/discussions/5960). With this change, we wouldn't be able to pull in dotnet security updates. Therefore,...

Thank you for your contribution. We are no longer maintaining the v0.14 version of platyPS. If you’re interested in continuing to help, we’d love your support on the release version...

Hi @Liturgist, I want to verify I understand your feature request, from within a PowerShell console or terminal running PowerShell, you want tab-completion to complete the pwsh.exe syntax below? pwsh[.exe]...