Carlos Pereira Atencio

Results 82 issues of 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...

a11y

When tab navigation is used and this link is focused: Pressing `shit+tab` focuses on the Ace editor behind the modal.

a11y

When the horizontal viewport is

bug

If the buttons are accidentally dragged to the editor, they will drop the link URL into the text, which can be confusing: ![kapture 2018-03-05 at 17 46 10](https://user-images.githubusercontent.com/29712657/36990642-45e79036-209d-11e8-9434-4aaee9f875c8.gif)

bug

![image](https://user-images.githubusercontent.com/29712657/53643641-7d4df780-3c2c-11e9-91a3-f6ea707c9309.png)

bug
FileSystem

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...

enhancement
effort-high

From waking up the board when the next function is scheduled, to allow the scheduled functions to continue running indefinitely while the boards sleeps.