Ben Hansen
Ben Hansen
Thanks for the wonderful extension. When using VS Code's "Remote - SSH" extension on a remote server with some latency, Dance causes key presses to lag and multiple quick key...
build-std-features=panic_immediate_abort causes panics to not print their error messages which is a bad developer experience. Similar to the Cargo template, do not set this flag for newer espidf versions.
RawDecoder struct is quite large (6.6 KB). With the current API, I could not find a way to allocate directly on the heap without a copy from the stack. Add...
Using unbounded channels, try_recv can block indefinitely if the sender is stopped at a particular point. This behavior is also exhibited in the std mpsc and in the issue there...
Dear Ben, I have given you BigCtrl Autohotkey script a try (running the .ahk file directly, since AHK is already installed on my system). I'm running Win XP. Unfortunately, it...
From a user: I used your script "BigCtrl" and encountered a problem. Script works fine, but when I switch the keyboard layout in Windows from English to Russian or Ukrainian...
At least on desktop Firefox on Linux the line has different heights. Probably a pixel rounding issue.
I don't remember this happening more than a few weeks ago. Maybe something I changed or an update to a dependency or browser.
There is some duplication between the index.html, about.html and locations.html that could be reduced with Parcel's PostHTML support. https://parceljs.org/languages/html/#posthtml
I haven't made a lot of effort to handle system time going forwards or backwards by substantial amounts. We should either detect it and ask the user to reload or...