support icon indicating copy to clipboard operation
support copied to clipboard

Pybricks support and general discussion

Results 283 support issues
Sort by recently updated
recently updated
newest added

**Describe the bug** What is the problem? I had code working Feb 1st on a Spike Prime hub, which worked on two different computers and two different hubs. It had...

triage

**Is your feature request related to a problem? Please describe.** I can't find the DataLog object in pybricks 3.5 anymore. Could you make it back. We need a way to...

enhancement
triage

1) Trying to use it on iOS iPad with Bluefy browser and connect to SPIKE Prime. Got this error code as such:- ``` Nv@https://code.pybricks.com/static/js/main.1bf60dfd.js:2:511695 h@https://code.pybricks.com/static/js/main.1bf60dfd.js:2:1401808 l@https://code.pybricks.com/static/js/main.1bf60dfd.js:2:1402282 @https://code.pybricks.com/static/js/main.1bf60dfd.js:2:1396510 ``` Is there...

OS: iOS

We are introducing a builtin routine to calibrate the IMU on all three axes. The user is instructed to place the hub in a particular orientation, and then to rotate...

topic: imu

**Describe the issue** Doc of `track_target`: does like `run_target` but without the acceleration / deceleration. `run_target` has an argument `wait` and `track_target` does not. Reading the doc did not make...

documentation
triage

**Describe the bug** Some time ago this worked on this tablet (android tablet, chromium-based default browser), just haven't used pybricks in a while. Refreshed the page to ensure latest, about...

software: pybricks-code
devops

**Describe the bug** CI builds targeting the `pybricks-v4.x` branch are really slowed down because the `build-each-commit.py` script hard-codes the `master` branch as the base branch. https://github.com/pybricks/pybricks-micropython/blob/77384ec20b25115d622fa654505ced9e2e3bc4ed/.github/build-each-commit.py#L45 **To reproduce** Run a...

bug
software: pybricks-micropython
devops

We currently use the mirror feature of `lftp` for deploying the Pybricks Code website. This leaves the site in an inconsistent state for a few minutes while the upload happens....

software: pybricks-code
devops

MicroPython defines 3 optimization levels. The default, O0; O1/O2 which does not compile `assert` statements; and O3 which does not include line numbers. These can make the compiled `.mpy` file...

enhancement
software: pybricks-code

Currently the behavior (error message) is different on each OS when a hub is disconnected while flashing. Linux works as expected. Windows will say that the connection timed out. Mac...

bug
software: pybricks-code