sylt
sylt
The main purpose is to remove complexity from gthread by: * Removing the lock for handling self._keep and self.poller. This is possible since we now do all such manipulation on...
As of writing, there are three commits in this series in the following order: 1. Remove special handling of SIGCHLD. Instead, try and handle it like all other signals, so...
**Describe the bug** Despite that all calls to the library return promises, the promises themselves are blocking, defeating much of the purpose of having them in the first place. The...
If you have multiple WiFi interfaces connecting to "YOUR_SSID", the SSID reported back by nmcli might be named "YOUR_SSID \", where \ is replaced by a digit. While this is...
Before this commit, all buttons shown in the help component would use the SNES layout, which wouldn't match when having plugged in an Xbox or Sony Playstation controller. If there...
First of all, this is **not reproducible** on the `develop` branch as of writing this. How to reproduce (on the current master): ```sh $ git clone https://github.com/eyalroz/printf.git $ cd printf/...
This is to prevent them getting double SIGTERM signals sent to them (once the main loop runs self.manage_workers again and notices that there are too many workers spawned). It seems...