Ben Edmunds
Ben Edmunds
@Dalmat Any progress on the changes needed for this, I would also benefit highly from it but not to sure how to go about writing the changes?
I would really like to see this also for auth purposes. If a basic with method is added i think it would also be a good base for people to...
Hi @fashberg, I'm seeing the same thing when asking Google assistant via home assistant to turn up the temperature, if in auto mode it does not change to manual, is...
Ive just cloned master and built the module, I can still trigger this, Not sure if its relevant but im using a mac. Ive triggered it by doing the following...
Thats correct, after 3, if you try to scroll down to select an item in OCGV it should skip
Just managed to trigger this on WSL in Windows Terminal from master ```Name Value ---- ----- PSVersion 7.2.6 PSEdition Core GitCommitId 7.2.6 OS Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2...
Glad you managed to reproduce it! The stack was from `Get-Error` not entirely sure it relates to this problem vs something else.
> @Tigger2014 - did this issue ever reproduce for you when the ESC key was not involved? > > Do you have repro that involves ONLY the arrow key causing...
> > The other potential culprit is the "hack" in OCGV that resets the "Application Cursor" by emitting an ANSI ESC sequence when it closes: > > https://github.com/PowerShell/GraphicalTools/blob/76dbfcef5c099b8e4a73a55fde6e3f0ff37fb15b/src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs#L403 > >...
Further to this, not sure it helps much but swapping `ESC` for `a` for example, i cant reproduce this. https://github.com/PowerShell/GraphicalTools/blob/master/src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs#L214 Seems this could be related to your suggestion > ....