8fdafs2

Results 4 comments of 8fdafs2

Now I installed the 'Terminal' package to invoke the console to run the exe manually.

I have changed the regex variable in linter.py so it works now. ``` python regex = ( # filename:line:col: is common for multiline and single line warnings r'.*:(?P\d+):(?P\d+):' # Then...

I think I have the same issue: the child account from the family link cannot be correctly signed in. The app keeps prompting me to sign in even I have...

It appears that the BleGamepadConfiguration class has an inconsistent order of axes. I'm curious which order would be more suitable: __`.. z, rz, rx, ...`__ or __`... z, rx, ry,...