Niklas Loeser

Results 5 issues of Niklas Loeser

This PR allows canceling the XLib event loop by sending a custom ClientMessage on an invisible Window. See #15 For further XLib documentation refer to [Tronche's documentation](https://tronche.com/gui/x/xlib/events/).

# Description The Linux C code event loop only returns after the hotkey was pressed. The hotkey can not be canceled while `waitHotkey` waits for a new hotkey. `hk.Unregister()` can...

# Error description We currently use TreeSitter in Python in a complicated setup. After running TreeSitter for some time, the program crashes due to memory issues. After debugging with Valgrind,...

bug
c-library

Hi, I am using `nix-serve-ng` in a flake. Setting `services.nix-serve.bindAddress` to any IPv6 address fails. I assume that the parser finds the port by parsing until it detect a `:`:...