Jakub Jareš
Jakub Jareš
### System Details - posh-git version/path: 1.0.0 beta4 ~\Documents\PowerShell\Modules\posh-git\1.0.0 - PowerShell version: 6.2.4 - git version 2.25.0.windows.1 - OS: Microsoft Windows NT 10.0.19041.0 ### Issue Description I am trying to...
Default parameter type is figured out in the code, but parameter for it is not surfaced to Should which is unfortunate when you check `$Path = (Get-DefaultPath)` because our assertion...
Using ANSI escape codes would probably also fix output not being colored in CI, which is very unfortunate: Travis CI  https://travis-ci.org/felixfbecker/PSKubectl/jobs/500233965 VSTS  https://felixfbecker.visualstudio.com/PowerGit/_build/results?buildId=179 _Originally posted by @felixfbecker in...
Fix #2211
Indeed, the new Profiler is much faster than the breakpoint method. Our unit tests now run in about 10 minutes versus 17 minutes. However, I am seeing a few differences...
Fix #2202
I am trying to simplify the interfaces on Invoke-Pester, to create a pit of success, where the usual stuff is simple easy to discover, and advanced stuff is less simple...
Historically there was a progress in Pester that reported every test (or was that Describe). It was very noisy and was blinking all the time. It also failed to report...
Don't know what you do wrong, it works for me, when the function is in module and even if it is not in module: ```powershell New-Module a -ScriptBlock { function...