Matt Hillsdon
                                            Matt Hillsdon
                                        
                                    Do you know if this is used by accessory vendors or others? As you say, hard to see how we'll model this in the stubs. Maybe a pretty low-level hack...
This also failed badly in the sim, see https://github.com/microbit-foundation/micropython-microbit-v2-simulator/issues/81
Notable changes (all screenshots from new version, look at these in context - [new](https://review-python-editor-v3.microbit.org/brand-color-tweaks/) [old](https://python.microbit.org/v/beta)):  better?  hover state unintentionally broken before  worse? this was a purple/teal blend...
There's been a few rounds of work on this as the MicroPython update approaches its first beta. We're primarily waiting for tweaks/feedback re audio record and playback in MicroPython and...
We have this UI for a full log at the moment so perhaps we could use the same place to show the rate of fill.  "Estimated time until log...
Historical note: the edits above are because the section now known as API was formerly called Reference (!)
It doesn't break in the same way now but it looks poor in the upload dialog and sidebar. It's at least contained in the sidebar now.
Students struggle with indentation so we've tried to provide a strong steer that 4 space indent is the correct approach vs the configurability you find in a more general purpose...
This doesn't seem to be an issue when using the simulator demo so perhaps we're just doing much more work on each simulator state change. Perhaps we should RAF rate-limit...
It gets better with useRafState (stoppable again) but you can see re-rendering play out for some time after you click stop. Probably fixable with some re-render optimisation. Probably enough just...