Steve Lee

Results 491 comments of Steve Lee

Windows already has the necessary libs built into the OS. Here's an example where the docker image was updated with a lib to support NTLM on Linux: https://github.com/PowerShell/PowerShell-Docker/issues/124. This [issue](https://github.com/PowerShell/PowerShell/issues/3329)...

Let's have WG-Language review this first

This works on my system with 7.1-rc2 and Windows 20H2 (build 19042). That COMException simply means the cmdlet is trying to use a COM object that isn't found. @brwilinson, is...

Ok, I can repro this from Store installed one. I suspect it's due to registry virtualization which isn't supposed to be active.

`$null` when written to the host needs to be converted to a string, so it becomes an empty string: ```powershell ($null | out-string) -eq "" ``` Replacing it with a...

If the request is purely changing how it is formatted, then formatting changes are not considered breaking changes (from a scripting point of view anyways). Since `$true` is represented as...

This is quite interesting. Trying it out I see that the progress bar indicates the content is received and then it hangs for a bit before returning the result. Need...

Looks like the problem is that URL returns a large HTML page and the cmdlet is using a regex to try and find the charset. This takes a long time....

Having played with different `Ctrl+D` cases with bash, zsh, and pwsh, I think my bigger concern isn't that the prompt isn't on a newline, but if you start `pwsh` within...

@dwtaber Error for classic view was a bug that was fixed via https://github.com/PowerShell/PowerShell/pull/17705 @Jaykul the WGs are working through issues, but haven't gotten to this one. I would propose to...