Jakub Jareš

Results 166 issues of 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...

Documentation

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...

Feature

Using ANSI escape codes would probably also fix output not being colored in CI, which is very unfortunate: Travis CI ![image](https://user-images.githubusercontent.com/10532611/58371056-3e1f0200-7f0e-11e9-9d68-44ee04a82b53.png) https://travis-ci.org/felixfbecker/PSKubectl/jobs/500233965 VSTS ![image](https://user-images.githubusercontent.com/10532611/58371067-5727b300-7f0e-11e9-99e4-474fd6b89fa7.png) https://felixfbecker.visualstudio.com/PowerGit/_build/results?buildId=179 _Originally posted by @felixfbecker in...

Feature
Output and CI

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...

Code coverage

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...

RFC

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...

Feature
Output and CI

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...

Mocking
Documentation