Matthew James Kraai

Results 5 issues of Matthew James Kraai

If I create a new binary project, add 'ncurses = "*"', and build it, it generates the following warning: ``` warning: redundant linker flag specified for library `ncurses` ``` This...

When I installed `prettier-emacs` on Windows and saved a file with an incorrect style, the saved file still had the incorrect style. I did not see an error message displayed...

When I add the following code to `foo.ps1` and run `foo.ps1`, it prints "foo". If I run `Measure-Script -Path foo.ps1`, it outputs nothing. ```powershell param( [string]$Foo = 'foo' ) $Foo...