Dustin L. Howett
Dustin L. Howett
What tool is that?
> Powershell might be translating the CTRL+V to an escaped paste? This is definitely what's happening. Your terminal emulator is catching Ctrl+V before it goes into the app. You can...
Ah, what happened?
Oh, this. The way in which PowerToys is run unlike _all other projects in existence_ 😆
A couple questions: - Does Terminal slow down, or stop accepting input entirely? - Can you collect a memory dump (`Task Manager` -> `details` -> `WindowsTerminal` -(right click)-> `Create Dump...
This looks a lot like another TSF/IME teardown hang we once had. If you disable WeType (for now), does the issue go away/?
For what it's worth, the _actual security risk_ posed by elevating a random `powershell -command {A BUNCH OF TEXT THAT NOBODY IS GOING TO READ}` is that we train users--EVEN...
@PriyanshSrivastava0305 I see that you've left this comment on multiple issues. I appreciate your enthusiasm! Just so you know: you do not need permission from the person who filed a...
> the place to do so would be in the cooked read handler in the console. I do believe that our architectural "purity" is holding us back a little bit...
For row 1: Inserting half of a wide character into a single cell is unspecified. You are not supposed to do that. Well-formed applications do not do so. :)