TFWol
TFWol
Fixes #170
Hello, just reporting **server.py** errors out when trying to read **scripts.js** with error: ``` python server.py Traceback (most recent call last): File "C:\Users\WDAGUtilityAccount\Desktop\_windows sandbox mapped\xVASynth_2\resources\app\server.py", line 16, in lines =...
I'm seeing an issue with the dash button being registered multiple times even though a timeout has been set. Same result with different protocols. Configuration: ``` {"buttons":[ { "name": "Lamp...
**Note**: Could you tag this as enhancement or bug; I don't have write access or else I'd do it. I noticed that if bulk items are downloaded and you decide...
Files with dashes in their name aren't being moved since the dashes, and possibly other characters, are being removed from the file names themselves causing a mismatch. Ex: **Error:** `File...
I think it would be a good idea to use the same window/session to download multiple courses instead of closing and re-signing in over and over again; it may speed...
I think it would be pretty convenient to have a preset you want automatically applied when you first open the menu during a session. One less step if you have...
Pretty much the title. I think it's pretty messed up uploading data online without a 'hey, by the way'. Especially when the name suggests it's simply going to open a...
Makes the notification work even if switched over to the new Global Navigation Update feature.
When I copy something like ``` echo foo echo bar ``` I paste and end up with ``` echo fooecho bar ``` Is this a bug?