support
support copied to clipboard
Pybricks support and general discussion
> Since the editor is read-only it would be more streamlined if paste, undo and redo were simply not shown since they can never be active.  _Originally posted by...
**Describe the bug** The first time you click help, it goes to the right page but does not scroll to the correct method: 
**Describe the bug** Dark mode doesn't get active in blocks until you switch tabs. We need to reload blockly to do this, which happens when switch tabs, but we don't...
**Is your feature request related to a problem? Please describe.** When an error occurs at runtime, the error gets displayed in the output terminal. While this does give some information...
> currently, if you only want to broadcast when setting up a hub, you have to show a bunch of other parameters that are not used. it would be nice...
**Describe the bug** Sometimes you have to restart the program to connect. Trying again always works, so this is probably something we can catch and resolve in the `bluetooth_btstack` driver....
Hi, I would like to cross-compile my program for ev3 and run it on `pybricks-micropython`. I am using native emitters in the program. I have tried to install the mpy-cross-v4...
**Describe the bug** What is the problem? We have a robot with treads and rubber pads that shakes a bit while turning, We set up the Drivebase class with the...
**Is your feature request related to a problem? Please describe.** The Move Hub doesn't support division with `/` but it does support `//` for integer division. **Describe the solution you'd...
As discussed in another topic (#1476), a program is not really able to tell if the contents of the persistent storage are valid for the given program or not, because...