Leonard Hecker
Leonard Hecker
I've been using this to test `ReadConsoleInput`: https://gist.github.com/lhecker/43e562d5a1370d2582bb5d6eed4e4f3e If I run that in a build 18362 conhost, I never get `INPUT_RECORD`s without virtual key code on key down. I tried...
I won't be able to fix this in time for 1.21. However, the only reason this bug occurs is because your Japanese font is proportional and not monospace (it's Yu...
Oh I came across this issue while searching for another rendering bug and thought this one would be irrelevant because it's DxEngine (I only read the title). I'll reopen it.
12175 is either one of these 2 failures: * `ERROR_INTERNET_DECODING_FAILED` > WinINet failed to perform content decoding on the response. For more information, see the [Content Encoding](https://learn.microsoft.com/en-us/windows/win32/wininet/content-encoding) topic. * `ERROR_WINHTTP_SECURE_FAILURE`...
> I'm trying to install this on a corporate laptop which doesn't have access to the Windows Store and is behind a proxy - I wonder if that's the issue?...
I can't reproduce this issue on my x64 PC with ~about the same software revisions. I'll set up a x86 VM next week. Can you try this for me please...
I'll try to reproduce it in a x86 VM just to be sure. If it doesn't reproduce I'll add a setting to disable "partial invalidation" (aka `IDXGISwapChain1::Present1`; which is what...
We figured out what's happening. Your build is the first one that uses MSVC 19.38 (aka Visual Studio 17.8) and that one miscompiles some of our code on x86. We...
Can you please try this in Windows Terminal Preview? You can find it in the Store or install the msixbundle [here](https://github.com/microsoft/terminal/releases/tag/v1.20.10303.0).
Actually, just updating your regular Windows Terminal to 1.19 should also work. You can get the update directly [here](https://github.com/microsoft/terminal/releases/tag/v1.19.10302.0).