Dmitry Yuhanov
Dmitry Yuhanov
Second this, it would be super helpful!
It forces any new console window to attach to the launched Terminal app I believe. I suspect GitExt produces new console window instance, but something goes wrong because of the...
I can confirm this with DocFX 2.59.0.0 and wkhtmltopdf 0.12.6 on Windows 10. The interesting thing, cover.html generates just fine, it just doesn't get fed into the wkhtmltopdf using cover...
Thanks for the workaround @AndrewRH. I wonder why [docfx_incremental.md](https://github.com/dotnet/docfx/blob/7fae1ef2c69ae448bbecede12b8670e5408e1d71/Documentation/spec/docfx_incremental.md) is not included into the [toc.md](https://github.com/dotnet/docfx/blob/7fae1ef2c69ae448bbecede12b8670e5408e1d71/Documentation/spec/toc.md) so it doesn't show up at the [specs website](https://dotnet.github.io/docfx/spec/metadata_format_spec.html). It has an important note on...
Meanwhile, it's 2022 👀 Would be really great to have it out of the box.
I believe leftovers scan may perform way better if it will make pre-process search before running an uninstallation to capture such cases.
Thanks for taking a look anyways!
Getting this on latest Rider as well: ``` Socket error while session is still alive java.net.SocketException: Connection reset at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) at java.base/java.io.DataInputStream.readFully(DataInputStream.java:201) at java.base/java.io.DataInputStream.readFully(DataInputStream.java:172)...
I'd be happy to help with this issue. I wish to deliver the following change in behavior: when the user presses the shortcut remapped to the "Sleep" (`VK_SLEEP`) button (as...
I see at least one major problem with my "solution": it doesn't reset keys state before going to sleep, so after waking up, the initial hotkey will still be "held".