DjLegolas
DjLegolas
Sure. Currently, if you set a base path (`--base tmp`) for the `WebUI`, you will get the following URL `http://1270.0.1:8112/tmp`. Now, if you will add another base (`http://127.0.0.1/tmp/tmp`), the page...
@cas-- I have refactored the `trackers` property so it will return a dict with the needed data only. This way, we will both not expose the underling `lt` tracker data...
depends on: #427
@cas-- I have rebased onto `develop` branch. In addition, I just noticed something. Part of the change is the validation of the daemon version using the new `daemon_version_check_min` method. This...
depends on: #427
@cas-- as part of this fix, we need to change some (or even, all) of the calls to `deluge.httpdownloader.download_file`. But, currently, I didn't managed to use `client.core.download_file` with `callback` param....
I encountered the same issue and managed to resolve it. My build command is: `gvsbuild build --build-dir=D:\gtk-build-4 --platform=x64 --vs-ver=16 --enable-gi --py-wheel --skip gtksourceview5 --skip emeus --skip clutter --patches-root-dir=.\gvsbuild\patches gtk4 pycairo...
@danyeaw I don't know if this will resolve the issue entirely. I'll open a ticket in addition to the fix.
I think that we can use a parameter `--currpy-plus` which will set `min_version = sys.version_info[:2]`. The name is still not final 🤣 Something like: ```python parser.add_argument( '--currpy-plus', action='store_const', dest='min_version', const=sys.version_info[:2],...
It seem that there is an issue with the `cibuildwheel` action on the 2.0.10 release. @arvidn you have pushed some changes to it only in 4ef221187f1690a126da533994afa7a5898bec57 (which still fail on...