python-editor-v3
python-editor-v3 copied to clipboard
Micro:bit Educational Foundation Python Editor V3
Draft PR just for ease of discussion, no intention to merge this without real usage!
I've aligned the tints/shades with the brand guidelines. There are some minor visual differences that we'll discuss internally. TODO: - [ ] Theme change merge and version update.
Issue to track requests for GitHub integration. This is not a high priority issue for us while we're focused on the initial release of the editor. If this is a...
One of the things that's quite hard with a micro:bit and data logging is working out in advance how soon you will fill up the data log. Once logging has...
## Bug Description Not a lot to reproduce at the moment, need to spend some time with a Pi 4 to see if I can replicate. In essence at the...
## Bug Description I encountered this with a couple of users during the Kids Day at PyCon UK 2023. I don't know exactly how it happened, but I would guess...
Follow up to ca1f325b23cd5cbf5451cca22e94f3f245a73f3f This aims to avoid EVENT_RESET when its due to the workaround we have in place that disconnects background tabs.
If you have a micro:bit successfully connected with the editor showing the serial, switch to a different tab briefly (maybe about half a second) and then switch back again. On...
## Bug Description This works: https://python.microbit.org/v/3/api/gc This does not: https://python.microbit.org/v/3/api/microbit.audio.SoundEffect (403 forbidden) Presumably a glitch in the fallback routing that we have to serve the index page. Probably needs fixing...
Auto-complete options are provided for kwargs when using Ctrl/Cmd + Space when the caret is after the function opening bracket, or after the comma following the first argument, but not...