Zachary Wimer
Zachary Wimer
Is there a reason something akin to this would not work? ```python def listener(callback): old = isDark() while True: x = isDark() if x != old: old = x callback(x)...
A PR of the above: https://github.com/albertosottile/darkdetect/pull/27
@albertosottile I implemented a proper listener here: https://github.com/albertosottile/darkdetect/pull/30
@bombela What should I do to get this merged?
Because QT does not really allow objects to concurrently exist in multiple threads, our kernel has to run in the same thread as the GUI application if we want it...
I could not figure out how to do this from a different thread.
@twizmwazin It seems #417 has already been addressed; is this still an issue?
Or, related, allow moving the torrent to a different download directory. For example, Radarr might download files to the `/downloads/Radarr` download directory; but it would be nice if on upgrading...
This would be super appreciated for organizational purposes; it'd make it easy to find 'no longer needed' torrents that we could safely prune when free space is required; without having...
> > but it would be nice if on upgrading a file it might move the old file to /downloads/Radarr-Recycle directory. > > and > > > it'd make it...