Benjamin Richner
Benjamin Richner
When I install Notepad Next v0.6.3 on a clean Windows 10 machine, I get the error:  I guess it requires Microsoft Visual C++ Redistributable Packages for Visual Studio 2015?...
Suppose you have the following markdown code, which contains a nameless checkbox: ```md * [ ] --- bar ``` So, we run: ```sh printf '* [ ] \n---\nbar' | cargo...
The file `apps/rcpulse.py` is subject to a race condition that sometimes leads to deadlock. ``` pi@raspberrypi:~/work/RaspyRFM/apps $ python3 rcpulse.py --protocol Foo --id 1234 --repeat 20 RFM69 found on CS 0...
https://stackoverflow.com/questions/15495613/correct-usage-of-the-versioninfo-resource  It is up for debate whether we should put the application name or the description (like I have done in 3cf2f6229950d3fc439b07ec6c6b4f4ffcb54d39) into that field . See...
Track issue https://github.com/mxre/winres/issues/44
Track issue https://github.com/mxre/winres/issues/25
Track issue https://github.com/mxre/winres/issues/38
Using `#[cfg(target_os = "windows")]` in `build.rs` (and its dependencies like `lib.rs` of this crate) may not work as expected because `build.rs` is executed on the host. This means that `target_os`...
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? -...
Fixes #1007. The fix seems quite straightforward, we simply take the event and forward it to the focused window. I run this version of AutoKey now on my machines. I...