Alex O'Brien
Alex O'Brien
This also works for Firefox by just setting `MOZ_GMP_PATH` to `/gmp-widevinecdm/system-installed`, and adding the requisite preferences (https://github.com/AsahiLinux/widevine-installer/blob/main/conf/gmpwidevine.js). Not sure of the best way to package this up, but I was...
Yep, this seems to happen when any macOS application hangs. I have seen it with JetBrains IDEs and VS Code.
Here is a simple example program which reproduces the issue when the "lock" button is clicked ```c++ #import #import #import #import #import namespace { std::atomic_bool LOOP { false }; void...
I wonder whether the global accessibility API timeout of 1 second is a bit too high, given that: * It appears hung applications will always consume the full timeout. *...