DjLegolas

Results 40 comments of DjLegolas

Any thoughts why this change cases `tox -e py3` to fail? I tested it with python 3.5, 3.6, 3.7 and only with 3.7 all tests pass.

Rebased and fixed last 2 changes requested by @aresch

Saving the segfault [job](https://github.com/deluge-torrent/deluge/runs/4963505515) for later use. @cas-- how do you want to handle this? We could try to perform a deep-copy of the alerts

Ok, I have decided to add the option to GtkUI also.

I have added the same control in the settings, so one could choose global stats or only payload, and if to show also the total values. I have also dropped...

This is something that as changed in the `TorrentInfo` class inside the `deluge.ui.common` package in https://github.com/deluge-torrent/deluge/commit/3ec23ad96bfa205c8ae23b662c6da153efbfed3a. As you can see, all paths in it are being converted to posix path,...

Just noticed that serving both root and base is by design for both local and reverse proxy usage... So this PR is relevant if we want to keep the behavior......

Ok, so now there will be no more infinite loops

Looks good. Also, if you can, please add this to the WebUI (and console) as well.

Was in the middle of testing my fix (was thinking of adding a test) when I saw you have opened a PR 😢😅 This, of course, works. But, TBH, I...