Vince JV

Results 23 issues of Vince JV

This fixes the link color in dark mode, the previous commit did not fix it in my browser, tested on Chrome 95 and Firefox 94,

Hi, Seems like I couldn't use this script to install `Wireguard` sucessfully on CentOS Stream 8. I have encountered this error during execution: ``` Error: Problem: cannot install the best...

bug
good first issue

**Please provide the following information** libtorrent version (or branch): 2.0.9.0 platform/architecture: Linux/x86_64 compiler and compiler version: GNU 11.4.0, using QBT 4.6.2 and Deluge 2.1.1 to test please describe what symptom...

Docker image for those who don't want to build from source and `rdfind` is not available on the distro's package manager. Thanks!

**Describe the bug** - [CVE-2023-6779](https://security-tracker.debian.org/tracker/CVE-2023-6779) - [CVE-2023-6780](https://security-tracker.debian.org/tracker/CVE-2023-6780) - [CVE-2023-6246](https://security-tracker.debian.org/tracker/CVE-2023-6246) **To Reproduce** 1. Deploy tubesync docker 2. Check glibc version with `ldd --version` 3. Shows '`ldd (Debian GLIBC 2.36-9+deb12u3) 2.36`' **Expected...

We don't need to sanitize the input as it doesn't come from the user and this is simply not allowed in any sql database: https://stackoverflow.com/questions/20678725/how-to-set-table-name-in-dynamic-sql-query Will test on my local...

database
autobrrctl

Hi! I think 450mb of RAM usage on idle is a bit too excessive for a Prometheus exporter and the culprit is definitely Java or JVM. There are two options...

Fixes: https://github.com/caseyscarborough/qbittorrent-exporter/issues/19 & https://github.com/caseyscarborough/qbittorrent-exporter/issues/15 Locale setting is defined in Environment variable: `QBITTORRENT_LOCALE`, defaults to `en-US`, uses [IETF BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag) (also see [RFC 4647 "Matching of Language Tags"](https://www.rfc-editor.org/rfc/rfc4647) and...

Silence `LongTypeAdapter` logs, it doesn't really provide anything useful and it spams the log every time it pulls from the QBT API, switched it to debug logging caused by: 1ef229a7240f4e75fc99e2f0bb3518173411161d

Backport from upstream web gui: - [x] https://github.com/qbittorrent/qBittorrent/pull/19969 - [x] https://github.com/qbittorrent/qBittorrent/pull/19920 - [x] https://github.com/qbittorrent/qBittorrent/pull/19918 - [x] https://github.com/qbittorrent/qBittorrent/pull/19779 - [x] https://github.com/qbittorrent/qBittorrent/pull/19870 - [x] https://github.com/qbittorrent/qBittorrent/pull/19821 Will push a PR, seems straightforward