Björn Stresing
Björn Stresing
With the cmd line option _--mirrors_ user-defined repositories/mirrors can be made available during/after installation (might close #814). Following format is expected: ``` archinstall --mirrors ,@ ``` This will create a...
There is a race condition between the ExtractThread running [p->releaseResourceInternal()](https://github.com/wang-bin/QtAV/blob/305e54041f2292ee27ce61183fa55a9a309f01c0/src/VideoFrameExtractor.cpp#L377) (and unloading the demuxer) and the main thread calling [extract()](https://github.com/wang-bin/QtAV/blob/305e54041f2292ee27ce61183fa55a9a309f01c0/src/VideoFrameExtractor.cpp#L494) and loading the demuxer inside [checkAndOpen()](https://github.com/wang-bin/QtAV/blob/305e54041f2292ee27ce61183fa55a9a309f01c0/src/VideoFrameExtractor.cpp#L528) if run in synchronous...
I have noticed on my server (Arch) that not a single malicious IP has been blocked. I debugged the code and notices that the [`sd_journal_next`](https://github.com/clearlinux/tallow/blob/03f4d64ff66a61f5bc9063b8932173c7441fb1ab/src/tallow.c#L395C20-L395C20) call **always** returns 0. So...
Hi, The last few days I've been working on [gcp-hosted-github-runner](https://github.com/Privatehive/gcp-hosted-github-runner). This is a GitHub webhook-based solution with ephemeral runners hosted by Google Cloud. The deployment is done with Terraform. The...
Hello Mr. Ruppel, When we met at this year's IBC, I offered to update the IMF tool to the latest Qt version, which was done with this pull request. I...