Dustin L. Howett

Results 663 comments of Dustin L. Howett

> Is that the same as winget? No. NuGet is a package manager for C/C++/C# codebases. The plan is that we would distribute `conpty.dll` and `OpenConsole.exe` for a number of...

@j4james that is an excellent observation, thank you. @avih the idea is that the developer uses NuGet, and bundles a *specific* version of the libraries they depend on. ConPTY becomes...

This is almost certainly related to refrigeration (which is what we call "keeping a window object around on Windows 10 and using them instead of making new ones" (which we...

This is because it only checks the profile, and there is no feature that override the profile's value for `CloseOnExit` here. _I would somewhat expect a PR that adds `--keepOpen`...

qq: x offset? ![image](https://github.com/user-attachments/assets/7ae2d464-17b5-4708-bfc1-1be17e16e5ad)

One question! The old popup style allows you to see the F7 command list _behind_ the F9 prompt, when you are using both: ![image](https://github.com/user-attachments/assets/ef85fb18-2183-492c-93a1-f678b620b953) I wonder if this helps you...

Ah, another horror from beyond the known universe ![image](https://github.com/user-attachments/assets/cb1c4ab2-187a-4e21-918b-81afd0d35ab5) this arrow character is in the ambiguous width section, which is quite fun for users of the font NSimSun

Tab completing something that doesn't exist *if you have a control character in your input line* does a funny thing too. ![cmd_dSlQBtDEdr](https://github.com/user-attachments/assets/76fe36c2-28b1-47b1-9217-d9ca32921616)

Yeah -- we should cache local *and* remote paths, honestly. We need to be extra careful to not cache old copies of local icons that have changed, but that should...