support
support copied to clipboard
Pybricks support and general discussion
**Describe the bug** The unhandled exception handler does not handle exceptions. We call `print_final_exception()` but the print functions can also raise an exception. Since there is no `nlr_push()` to handle...
Hello, For large programs, it would be great to have a scrolling possibility in the block editor. Instead, currently scrolling zooms in and out
**Is your feature request related to a problem? Please describe.** In large projects, it is difficult to find a my_task **Describe the solution you'd like** It would be nice if...
**Describe the bug** I am unable to install a driver for a USB wifi adapter because make is not installed. (Note that I am connected to WIFI via USB to...
**Describe the bug** Running pybricks beta (and the same goes for stable code) can import from the tablet, onedrive and dropbox. I chose onedrive. Then I want to export the...
**Is your feature request related to a problem? Please describe.** Currently we have the DriveBase and the Car in the robotics folder. It would be great to add support for...
Despite being frequently requested, we've not enabled file system access until now for a few reasons: 1. Compatibility with MINDSTORMS Robot Inventor / SPIKE V2 (`littlefs v1`) / SPIKE V3...
**Describe the bug** If program have input number with "0" start (e.g. print(50) -> print(050)), import seems will no downlaod to brick. Some time just wrongly type extra 0 in...
**Describe the bug** WebBLE is the only browser so-far that I have been able to connect with a Pybricks hub with on an IPad. Creating and deploying code works great!...
**Is your feature request related to a problem? Please describe.** I'm missing `Comments` block in the setup area. I believe this would help documenting the setup part. **Describe the solution...