Matt Constable

Results 10 issues of Matt Constable

**Information** - OS: Windows 10 - Version: WSL 1 - Terminal: WSL Shell **Describe the bug** Spectre.Console gets the terminal width by getting `System.Console.BufferWidth` however, when running a Windows app...

bug
on-hold

Added ability to generate match cases for FSharp Unions e.g. ``` type TestUnion = | FieldlessCase | CaseWithSingleField of int | CaseWithMultipleFields of string * int let unionCaseMatch = TestUnion.FieldlessCase...

As previously suggested, have split function annotation into return type and argument annotation. Most of the diffs here are partitioning tests between each new action. One this one's in, I'll...

Let me know if there are more testcases you'd like for this particular change.

I'm aware this isn't explicitly supported at the moment as per the README, but thought I'd have a quick go to see how far off this is from being possible....

### Fixes Typo. ### Description No need for tests or doc updates, as it's just a comment. - [x] I have included unit tests validating this fix. - [x] I...

If `nimsuggest` isn't in $PATH, then in stead of an error stating this, one gets an infinite loading bar "Nim: check project" (https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/src/nimMain.ts#L195).

Some usecases of rendering with JS require headers from the initial request to be passed through to the rendering engine - inspecting the requests made by the headless chrome instance,...

enhancement

Stage 4 doesn't implement local variables, so moving tests that rely on them to stage 5 which implements local variables.

In C# it's pretty easy to accidentally dispose of a resource whilst it's still being used by a task - if you end up reading a file using ParquetSharp after...