Scott Bilas

Results 10 issues of Scott Bilas

It sure would be nice to get a similar set of shortcuts for when creating a new window, instead of just a new tab. Would save a bit of extra...

enhancement
help wanted

## General summary of the issue Pester fails with a quite deep call stack if I have a test that uses `New-HashSet` from the ListFunctions package ([Gallery](https://www.powershellgallery.com/packages/ListFunctions/1.1); [GitHub](https://github.com/Yevrag35/PowerShell-ListFunctions)). ## Describe...

Bug

Passing in a solution path for a file that does not exist causes a crash. No error dialog, just the system crash dialog. This manifests from Sublime via a typo...

`Combine(params string[])` and `Combine(params NPath[])` are ambiguous when calling `Combine()` with a single NPath param, probably due to the implicit NPath-to-string conversion.

NiceIO as a source-only package gives two great tastes that taste great together: 1. It's a package! Add to any project with nuget commands/ui, do easy version upgrades. 2. It's...

I'd like to be able to ask `ChildProcessBuilder` to set `ProcessStartInfo.Arguments`, rather than `ArgumentList`. The problem with `ArgumentList` is that it ends up escaping its arguments before composing them into...

type: feature
state: deliberation
area: processes

I'm unsure if this is a bug or I'm using the API wrong, but a canceled ReadAsync causes the next ReadAsync to ignore the next stdin byte, and then behaves...

os: windows
state: blocked
area: drivers

I noticed that the minimum size supported by a scroll region is 2 lines. Docs for [DECSTBM](https://vt100.net/docs/vt100-ug/chapter3.html) say top must be less than bottom, not less-or-equal. So this little check...

type: feature
state: approved
area: sequences

When I change the font size or resize the window, chatgpt doesn't adjust to the new size. I'll either get duplicated lines or blank space at bottom. I posted a...

I've run into problems with the `Print` and `Out` generics. These do a `ToString()` on whatever is passed in, which is generally nice for usability, but I have more than...

state: approved
area: io