R. Alex Hofer
R. Alex Hofer
It's almost been a year since Python 2 was formally deprecated. If we put this behind a flag though then we don't really need to deprecate Python 2 here, we...
I like that idea much more than just adding a type hint specific flag. However, it still wouldn't let us use Python 3 features in the non-generated Python code so...
I only have the regular, first-generation AudioFuse and I haven't had issues like that. You might have better luck asking somewhere like the [Linux Musician's forums](https://linuxmusicians.com/). My only suggestion would...
If it's possible in Windows then it should be possible to get it working here. Right now my system is acting up a little so I need to get that...
So, with a normal VNC server when you connect you end up in a new session just like you'd logged into the computer where the server is running. This is...
I think the main issue with allowing the client write access is that it wouldn't be very intuitive for users. The client only knows about the area it's displaying, so...
> About how light is evdi-vnc? evdi-vnc is really simple and minimal, but that's mainly because all the heavy lifting is done in libvncserver and libevdi. I'd guess it could...
I haven't used this code in quite a while, but I see no reason it shouldn't still work. Try adding: `#include ` To the very top of evdi-vnc.c. If that...
I'm running Fedora 26 and I experience this as well. Following the steps mentioned fixes this: * Stop pulseaudio and jack * Start pulseaudio independently * Start jack from Cadence...
Looks like this is going to be a fair bit more involved than I expected. It seems like currently you generate the notes in C-major, then transpose them to fit...