Alan G
Alan G
The server is written in python 2. Update to python 3.
fix #186
Fixes #186. Updates server to python 3 and adds clarification for building the DLL on windows.
tested with python 2.7 also; seems to work. Need to install the future package as a prerequisite.
I've distilled some lessons learned about curl into a very brief proposed change to the MinGW instructions.
Separated the fix for #185 into its own pull request, since my previous one also got the fix for #186. Should have done it this way first. My apologies. Supersedes...
This seems to be related to existing issues, but they have all be closed after reinstalling. No one seems to have taken the time to try and fix the underlying...
### Issue type UX/Interaction bug (incorrect behaviour) ### Description with steps to reproduce Expected behavior: Note entry with a MIDI device should accurately track the notes currently being sounded on...
When I pass a command with quotes to PtyProcess.spawn, it escapes the quotes, which causes my command to fail. The quotes are required and must not be escaped. Here is...