Carlos Pereira Atencio
Carlos Pereira Atencio
Thank you for the additional @fabgui. Could you also upload the new DETAILS.TXT file from your micro:bit with the 0244 firmware? Also, it would really help us if you could...
Hi @llsc12, Thanks for the report. These look like hex files created with the MakeCode editor, and this issue tracker is for the Python editor. Are you sure you've attached...
No worries @llsc12, we are all happy to help. If those are MakeCode hex files, could you open a new issue on the MakeCode tracker? https://github.com/Microsoft/pxt-microbit/issues We will be able...
This is possibly related to https://github.com/bbcmicrobit/PythonEditor/issues/109.
Thanks for the report @PropGit, we'll add more logging to the console to help report errors like this. We've also reworked a bit some of the error conditions in partial...
Thanks for the report Martin, nice catch!
Hi @rhubarbdog, I tried this on my Samsun S8 running Android 9 and Chrome 75, and I can get the system and swiftkey keyboard to appear if I "click" on...
Right, I see, so the the `print()` was code flashed to the micro:bit. Sorry I thought you mean you were somehow typing in the REPL without the keyboard automatically. When...
Hi @rhubarbdog, When clicking "pick a file" the browser passes control to an app in your device and at that point the PythonEditor is no longer in control. I am...
I think it would be enough to add a draggable tag to the `a` element: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable Good link btw, thanks! we probably won't be using buttons in this case due...