Rene Hollander

Results 13 issues of Rene Hollander

I updated to nan 2.4.0 to allow the usage of newer node versions. The examples work as expected on my Raspberry Pi 3, but there are two things that I...

It would be great, if one could filter by `mediaType` on a `MediaEdge ` when querying relations from media to media. Sidequestion: Is there something like a season number (season...

This requires to supply yt-dlp with a cookiefile that exists on disk. The `musicapi_cookie` config option is replaced with a `musicapi_cookiefile` option. This also allows the cookies to be better...

I am trying to fix https://github.com/vector-im/element-desktop/issues/688 and came up with the following: https://github.com/ReneHollander/matrix-react-sdk/commit/a6caf946c960c159be740f0039e0d836bf4bb85b This approach is less then ideal as there being no key in the Keyring (e.g the user...

Z-Community-PR
T-Defect

Hello! The current version of of libtorrent-rasterbar in the latest docker image is 2.0.6-2. The Arch repos contain 2.0.7-1 (https://archlinux.org/packages/extra/x86_64/libtorrent-rasterbar/), which includes bug a bug fix for moving files after...

Scanning is unnecesserily slow because the code does extra processing for files that are unchanged and skipped later. With a bit of reshuffeling I was able to achieve a 100x...

enhancement
in-progress
please-test
performance

Hello! I modified your example to keep running in a loop. I cleaned up the code and reduced the lag of the audio to less than half a second. But...

**Describe what problem this solves and why this would be valuable to many users** When looking at photos in the Web UI, even when full screen, a low quality converted...

idea

**What happened**: Using a cache with a prefetch results in a panic due to an out of bounds array access. **What you expected to happen**: CoreDNS doesn't panic and crash....

bug

My specific involves two docker networks: - A shared one for use in a docker network for a reverse proxy - A specific one for all services communicating with deluge...