Felix Uhl
Felix Uhl
Ah, I just noticed the shebang is missing in `deactivate.py` so because you're on linux, rather run `python3 deactivate.py`
Short tip for formatting: You can wrap all the output like so: \``` output \``` This way, it will be displayed correctly. But this is a very strange issue. If...
`` is not an arduino library, but a placeholder in the command below. Please read carefully: > 2. Navigate into your Arduino IDE's libraries folder. **Replace with the install path...
Sounds like you don’t have python3 installed. You need Python3.3 or higher, just check what’s available on your platform. When installing on Windows, make sure you let the installer add...
Ah, or if you’re running WSL, make sure you install python inside bash with apt. The version installed with the .exe installer may not be available inside WSL.
Hey @CrazyRedMachine! I know it’s been a while, but I finally became a contributor to this repo, so I’ll be able to merge your PR! Did you change anything since...
Curious, on my machine it does work the way you would expect on all three monitors. What does `ps -aux | grep alternating_layouts.py` show? When and how do you start...
I was looking into this as well, but looking at #1678, it seems there is no support for ARM yet, so the Raspberry Pi is hard to do at this...
Maybe one way to "easily" fix this would be to create symlinks to the latest version? I tried this as a [workaround for compatibility with `.nvmrc` files, and it worked...
I have the same problem. Did you ever find a better solution?