Mauro

Results 8 comments of Mauro

Sorry, I was unaware of --signal, altough it still _feels_ like weird trickery since you're not really killing a service. In my opinion the issue should stand, since semantically `systemctl...

Running luarocks from the MSVS Developer Command Prompt does not present this issue.

I second the issue, three identical DS5 gamepads showing this issue which doesn't happen with other mods (ie. Controllable). "Too bad" that Controlify has a superior virtual cursor support which...

Got it! https://github.com/isXander/Controlify/blob/66f312107dc7efe5a85e2c1bfce090144f46c0ec/src/main/java/dev/isxander/controlify/controllermanager/AbstractControllerManager.java#L140 This line is comparing an Optional\ (`c.info().hid()`) to an Optional\ (`Optional.ofNullable(hid)`), thus `equals(...)` always returns false, never matching any controller HIDs. I'm not as versatile in Java...

Additionally, if you want to generate a GUID from SDL without relying on how many other controllers are connected, you can have this depend on the Serial Number of the...

My pull requests seems to not be properly referencing the issue. See PR #412.

This bug is solved in the very last version of Controlify. While such version is not available on the various mod stores, you can download an updated build that's automatically...

This bug is solved in the very last version of Controlify. While such version is not available on the various mod stores, you can download an updated build that's automatically...