Charlie Waters
Charlie Waters
@thinkv This is for the pok3r RGB right? Just FYI, I don't believe qmk-pok3r for the pok3r RGB is stable, but i guess some people have had some luck with...
As the error message implies, that function isn't supported on OSX. (I think it was just an implementation headache, so I might get back to it). openAll is only used...
So far as I have found, this key cannot be changed from the Vortex firmware. I have been mainly focusing on disassembling the initialization and firmware update code in the...
I think I have a similar error, I see this each time on startup of yavide:  `gvim --version`: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct...
Yes, that did it. Thank you.
Actually, yes. It looks like `install.sh` installs `python` and `python-pip`, which on Arch Linux, are Python 3. From the packages installed for other distros, I am guessing you are trying...
The static assertion message is pretty clear. You're trying to build on a 32-bit system, and one of my libraries doesn't support that. You can build on a 64-bit system,...
I updated that macro name, which was changed in libav. Pull the latest version.
Yes, #7288 will show the task is in the Wilderness, but does not affect streak counting.
It looks like the script is being run by `sh`, or an old version of `bash`. The script was written for a modern version of `bash`.