Samuel Čavoj
Samuel Čavoj
Hi, sorry, this project is not really in a user-friendly state, more of a prototype. You could just use `cargo install --locked --git https://github.com/sammko/gloryctl.git` to build and install it to...
Unfortunately the model D is a bit different, based on a quick look at the vendor software, and as I do not have one, I unfortunately cannot work on supporting...
Turns out the issue with valgrind is the python allocator, setting `PYTHONMALLOC=malloc` seems to help. I will look at this some more later, although removing the K14 stereo meter from...
I have tried that, it still crashes the main carla window. Not sure how I can tell that the plugin is actually running in its own process though.
Thanks for letting me know. I will not be using Carla for some time, but I will get back when I have time to test.
Not only is `swaybg` restarted, but I get a pretty big lag spike (6 or 7 frames dropped) when `output * dpms on` is ran, despite being already on.
The problem seems to be caused by the `--indicator-idle-visible` option and I believe it is external to `swaylock`. Try building revision 666ae950bc9c58b2676724e0d614f9018100fcca, which first added the option (long before this...
Chiming in with the same workflow as @stof, pushing fixup!s and squashing them only at the time of merging the PR makes it a bit easier for reviewers, compared to...
The javascript console in the browser reports this when performing an action in the dashboard. ``` Uncaught TypeError: a is not a function onChange Dashboard-cc086107.js:255 onChange DashboardFeatureWrapper-ef543cb2.js:1 onChange DashboardFeatureWrapper-ef543cb2.js:1 onChange...
On second thought, I'm not sure this is the right approach, as node-gyp and its 27MiB of dependencies will be transitively present in users' node_modules. It does seem to be...