isandom
Results
2
issues of
isandom
### OS Sequoia 15.5 ### LinearMouse v0.10.0 ### Describe the bug Changing tracking speed with or without acceleration has no effect over my pointer speed, it's too slow even when...
bug
The `mlff/random/` module name shadows Python's standard library `random` module, causing import errors when other packages try to import from stdlib `random` after mlff is loaded. ## Error ```python ImportError:...