laur89
laur89
> then I discovered that my startup items contains the item /usr/bin/autorandr -c --default default The systemd service installed by debian package also starts the service w/ `/usr/bin/autorandr --batch --change...
Sounds like a dud, closing.
Thanks for getting back so quick. Looks like `SIGINT` works even with those hanging gunicorn processes. Note in original post I described how `SIGTERM` does nothing, but replacing it for...
Worth noting following your example using version `4.3.3` I'm unable to reproduce the conditions where some child processes hang around. Killing via both TERM & KILL signals always result in...
@nickjj perhaps open a separate PR for that change alone?
I find it hard to believe. My installed version has following header in `main.py`: ```py import sys from pathlib import Path import click import i3ipc from natsort import natsorted from...
Unrelated, but perhaps it'd be good idea not to require users to have _all_ the configuration in their .config, and merge user-defined stuff with a default config object? Been using...
Have access to only one tx info atm, but that seems to be the case - two decimal points have been added on. Can you confirm the data in db...
I can downgrade to 1.5.3 in the meantime and wait for 1.6.0, no?
If it's a manual step, then it sounds more like a breaking change requiring a major version bump IMHO. But duly noted.