Results 20 comments of creideiki

I'm still seeing the same thing with Bandit 1.7.5 on Python 3.11.4. Yet another minimal example: ```python import os import subprocess # nosec B404 subprocess.run([os.getenv("SHELL")], check=False) # nosec B603 ```...

> What about something like this? (untested) That looks like what I would try to do. But I also haven't tested it. And I still don't understand why the type...

Closing in favour of #36931.

> The tile requests are proxied through Nextcloud. Well, that's a problem. My server is behind a firewall that does not allow it to make outgoing HTTP connections. Is there...

> v7.0.1 is out. I'm interested to know if all works fine on your side. Yes, thank you! I can now get the "OpenStreetMap raster" and "ESRI topo with relief"...

I can reliably trigger this issue immediately upon adding a directory of GPX files through the new web UI. GPXPod 7.0.1 on NextCloud 30.0.0, PHP 8.3.12 and PostgreSQL 17.0. I...

TL;DR: lightly edited stream-of-consciousness debugging session, suggesting that the problem lies in client-side JavaScript which tries to add each directory twice. And I'm not going to dig into client-side JavaScript....

I have upgraded to 7.0.2, and I'm now seeing only one XMLHTTPRequest when adding a directory, and the directory list contains no duplicates. It seems to be fixed.

Closing in favour of #39259 which adapts to slotted Rust.

Gentoo was hit by this, and is currently removing qtvirtualkeyboard from the config file at installation as a workaround (gentoo/gentoo@9cb18946f8293ba878c9e3763fd6e1c001fa3e6b): ``` sed -i -e "/^InputMethod/s/qtvirtualkeyboard//" "${D}"/etc/sddm.conf ```