Fridtjof Mund
Fridtjof Mund
I've tried investigating this issue further using AddressSanitizer. # environment - Arch Linux - Pipewire 0.3.39 - Carla built from tag v2.4.1 - Focusrite 2i4 2nd gen # how i...
Ah, gotcha. I forgot about the logs tab. It sounds like that to me too. I first suspected Carla wasn't locking things correctly, leading to some race condition, but that's...
What's the status on this? I would very much like to use this, too :)
Turns out the homebrew formula installed its own launcher instead of ksc's launch wrapper. I submitted a PR to fix this, which should be merged soon: https://github.com/Homebrew/homebrew-core/pull/25967
This is still an issue for me. When loading a video (through media.ccc.de, or embedded), something preloads roughly 7MB from the CDN. I am using Firefox 66.0.2 with uMatrix. (Disabling...
We now have a Gradle build configuration, so `./gradlew.bat run` (Windows) or `./gradlew run` (everything else) should work. Please try it and let me know if that works for you!
Hi! Thanks for the excellent bug report, really appreciate it :) First things first, can you upgrade your iLO firmware to 2.33? I've never encountered this bug before, and all...
Hell, I just experienced that problem just as you submitted this issue, 8 hours ago. I hope this gets merged soon
The `chromeOptions` key was renamed to `goog:chromeOptions` in Selenium 3.8, see e.g. here https://github.com/Codeception/Codeception/pull/5349
Firefox has been supporting AudioWorklets for a while now, so I thought I'd spend an evening and attempt to get this to work. I've gotten quite far (audio output!), but...