steelman
steelman
The capital X looks weird in League Gothic font looks weird. 
Ring a bell if a command was running for a long time. This helps not to forget about long running jobs left in a terminal on another desktop.
Linux kernel provides a special class for such devices documented [here](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/leds/leds-class.txt?id=refs/tags/v3.18). The class defines convenient API not only for user-space programmes, which is what blink1 provides too, but also for...
Syncthing app starts and shows the spinner. After several seconds offers to display logs becaues it takes too long to fully start up. Logs are empty. logcat for SyncthingService shows...
Hi, this is my first attempt to teach Radicale systemd socket activation. Comments are more than welcome. Context ====== systemd can open and bind sockets (of various types and not...
Depending on system configuration environment variables of a process may be readable for other processess. Password passed through a pipe is not visible to other processes.
**Acknowledgments** Please check the following boxes with an `x` if they apply: * [x] The feature I want to propose would be useful for the majority of users, not only...
**Acknowledgments** Please check the following boxes with an `x` if they apply: * [x] The feature I want to propose would be useful for the majority of users, not only...
**Describe the bug** The position marker is not displayed accurately on the map and does not follow my movements, even though the location service icon is visible in the status...
Support synchronous spinners which switch frames upon explicit request from a working thread like. ```python with Halo(spinner='dots') as spinner: for f in files_to_load(): spinner.next(text="Loading %s" %f) # or .step(), or...