Denilson Sá Maia

Results 178 comments of Denilson Sá Maia

Are you running Linux on MacBook? If yes, can you try something like this? ``` SUBSYSTEM=="input", ATTRS{name}=="applesmc", KERNEL=="js[0-9]*", MODE="0000", ENV{ID_INPUT_JOYSTICK}="" ```

Hello! What do you mean by "recently got USB functionality" and by "messes up joystick input"? If it is a joystick that is recognized as a USB joystick, why do...

I don't have a Shield Controller here, so I don't know how it works, and I have to trust people that this fixes the issue. That's fine, anyway, because I...

Sounds good. I have a couple more questions, now regarding the udev rule itself: ``` SUBSYSTEM=="input", ENV{ID_MODEL}=="NVIDIA_Controller_v01.03", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}="" ``` - Supposing it is a USB device, do you...

I've started [a branch to push work-in-progress code](https://github.com/denilsonsa/udev-joystick-blacklist/commits/nvidia-shield) regarding this issue. At first, since it is only one device, I was inclined to keep in the same file, even though...

> Btw, why do you have 2 lines for each device? Reason: issue #2. > Ok, so the full lines for the controller should be: So those lines are at...

FYI, these styles serve as workarounds: QT_QUICK_CONTROLS_STYLE=Imagine cool-retro-term QT_QUICK_CONTROLS_STYLE=Material cool-retro-term QT_QUICK_CONTROLS_STYLE=Universal cool-retro-term

Sorry about that. I think I never really versioned this tool, but I'll keep it in mind for the next time I go back working on it. Whenever that happens...

> py version management command on Windows What is that? Why is that? I never heard of it, but also I never wrote Python code under Windows anyway. --- As...

I see, it's [mentioned in the official docs](https://docs.python.org/3/using/windows.html#python-launcher-for-windows). I know it is also possible to use git `smudge` and `clean` filters to automatically modify files before committing. This way it...