Eric Bouchard

Results 5 comments of Eric Bouchard

This happens not only on Linux Easy to repro on Windows: ```ps1 0..100 | %{ Write-Progress 'Wait' -Percent ($_); sleep -ms 10; if ($_ -eq 42) { cmd /c help...

I've created the PR #204 to resolve this issue.

The function `givenStdin` has a special case for Windows when it should not. Removing the OS check fixes the bug.

I was hitting this issue after installing Tailscale which creates a new adapter in Windows. I was able to mitigate the issue by setting the InterfaceMetric to a higher value...

@microsoft-github-policy-service agree