Carlos Pereira Atencio
                                            Carlos Pereira Atencio
                                        
                                    So we are unable to fetch this image for local or CI builds: https://github.com/microsoft/pxt-microbit/blob/58aff6d05af676691536d028dae29256779cecd8/pxtarget.json#L171-L178 - https://hub.docker.com/r/pext/yotta/tags - https://hub.docker.com/r/pext/yotta/tags?page=1&name=gcc5
This caught me by surprised and it's a MakeCode specific limitation, as CODAL returns a 32 bit unsigned int and MakeCode drops the 2 most significant bits: https://github.com/microsoft/pxt-microbit/blob/975c890f2b4b1cf6534ee893b91c8e740739824f/libs/core/control.cpp#L239-L245 I guess...
When visiting this shared project page, the MakeCode preview doesn't show any code: https://makecode.microbit.org/_Mjw1p2JsUUUE https://makecode.microbit.org/53348-04838-45575-63401 But when clicking on "Edit Code" and opening the project in the MakeCode editor, there...
Generating and building `uvision` projects also creates the `.c` and `.py` files with the blobs embedded, but this does not happen with `make_gcc_arm`. I don't have IAR, so I cannot...
**Describe the bug** When the play tone block is used with the "looping in the background" option selected, the micro:bit V1 and V2 run out of memory after a few...
**Describe the bug** Related to: - https://github.com/microsoft/pxt-microbit/issues/5286 The sample rate blocks has not implemented in the 2023 release yet. **To Reproduce** Steps to reproduce the behavior: 1. Add recording extension...
Currently the Sound Effect `fxnSteps` and `fxParam` are values selected by the MakeCode team in https://github.com/microsoft/pxt/blob/5e2ff19c7d44bc659b997530c96b7ac9ad6a6551/webapp/src/components/soundEffectEditor/soundUtil.ts#L24-L42: ```ts // These values were chosen through trial and error to get something //...
**Describe the bug** I believe the sample rate blocks have not implemented in the simulator in the 2023 release yet. ~~If that's the case there should probably be some kind...
This code snippet was posted on Reddit a few days ago and it illustrates how hard it is to spot a code bug of this type in the blocks view....
## Bug Description The `@micropython.asm_thumb` decorator and assembly "functions" are not recognised by the code checker. ## How To Reproduce Add this code to the editor: ```python import micropython import...