Adam Bliss
Adam Bliss
**Describe the bug** If I understand the docs right, I should be able to control the distance PID's tolerances, but I don't seem to be able to. **To reproduce** Steps...
**Is your feature request related to a problem? Please describe.** When using multitasking, I would like to have one coroutine block to await something happening in another coroutine. Currently I...
**Describe the bug** I want to write typed programs and run them on the Spike Prime hub, but I always get `ImportError: no module named 'typing'`. **To reproduce** 1. Write...
**Describe the bug** If I run "pybricks run ble test.py" where test.py is something that never ends, like `while True: pass`, then there seems to be no way to recover...