Carlos Pereira Atencio
Carlos Pereira Atencio
We’ve been working on a new iteration of the Python editor for the micro:bit. 🐍🎉✏️ We thought it made sense to raise an issue here to signpost it for all...
But it does work in Safari. Python files open in the same tab as text. iOS doesn't offer a way o download a page into the device (so cannot save...
The long load times of the microbit-fs library and the processing of hex files on page load means it could take several seconds for the filesystem to be ready. If...
We can't focus the "x" close button via keyboard: We can still close the modal via escape key: https://github.com/bbcmicrobit/PythonEditor/pull/310 We could fix this via workaround, or if the modal library...
When tab navigation is used and this link is focused: Pressing `shit+tab` focuses on the Ace editor behind the modal.
If the buttons are accidentally dragged to the editor, they will drop the link URL into the text, which can be confusing: 

Hi all, Wasn't sure the best way to share this info, so I thought an issue here might be a good way. The micro:bit V2 has is already available and...
From waking up the board when the next function is scheduled, to allow the scheduled functions to continue running indefinitely while the boards sleeps.