-
> One thing I not so sure about though is how to deal with multiple "user" slots in Pybricks Code.
>
> It would probably be a good idea to add some kind of way to read which slots have a valid prog…
-
**Is your feature request related to a problem? Please describe.**
Pybricks can sometimes be harder to use for non-native English speakers.
**Describe the solution you'd like**
Most of the locali…
-
**Is your feature request related to a problem? Please describe.**
Faced with an empty screen, it can be tricky to find where to start:
connect first with device.gatt.conn…
-
The technical aspects of calibration are being discussed in https://github.com/pybricks/support/issues/943, this issue is more about the user routine: How can we make it easy for the user to calibrate…
-
> My team is putting one file per mission model and one issue is that they often hit play from their mission model file instead of the main file that loads all of them. Any possibility of adding a "d…
-
```
from hub import port
S1d = port.F.device
S2d = port.D.device
S1d.mode(4) #RREFL
S2d.mode(4) #RREFL
while True:
print(str(S1d.get()[0]) + " , " +str(S2d.get()[0]))
```
This part …
-
```
GATT operation failed for unknown reason.
```

Chrome: Version 129.0.6668.70 (Official Build) (64-bit)
…
-
**Describe the bug**
In code.pybricks.com I want to save all sources in a zip, so press the `Backup all files`
Results in
```
Error: Failed to execute 'showSaveFilePicker' on 'Window': Must be …