Carlos Pereira Atencio

Results 82 issues of Carlos Pereira Atencio

**Describe the bug** As briefly mentioned in: - https://github.com/microsoft/pxt-microbit/pull/5277#issuecomment-2100356419 The mute button that had to be added to safari has started appearing (unnecessarily) in Firefox as well. **To Reproduce** Steps...

**Describe the bug** For example, for the Android app, MakeCode is loaded with the `/?androidapp=57` parameter, which doesn't work offline. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

The `control.onEvent()` C++ function checks if any flag is provided, and if not it set the `EventFlags::QueueIfBusy` by default: https://github.com/microsoft/pxt-microbit/blob/5b0d30fae81e856f98a17b7f1db60843bd438dcd/libs/core/control.cpp#L304-L307 However, the `registerWithDal()` function then ignores the `flags` argument: https://github.com/microsoft/pxt-microbit/blob/5b0d30fae81e856f98a17b7f1db60843bd438dcd/libs/core/codal.cpp#L99-L104...

Not quite the same, but similar to: - https://github.com/ARMmbed/DAPLink/issues/982 There has been reports of issues flashing in macOS 15 Sequoia via finder. Some things we've noticed so far: - There...

This has been reported with the micro:bit V2.00 and V2.21, using DAPLink 0255 to 0258. This problem is not present for micro:bit V1, where the USB drive name is still...

As discussed in: - https://github.com/microbit-foundation/micropython-microbit-v2/issues/153

Trying to build Makecode with Docker v26+ fails, as trying to pull the `pext/yotta:latest` image (for the V2 CODAL build) throws the following error: ``` $ docker pull pext/yotta:latest latest:...

codecleanup

Specifically in the [libs/microphone/microphonehw.cpp](https://github.com/microsoft/pxt-microbit/blob/8862013b43c7f183a2c7943c11ce733c43c7a499/libs/microphone/microphonehw.cpp) and [libs/microphone/microphone.cpp](https://github.com/microsoft/pxt-microbit/blob/8862013b43c7f183a2c7943c11ce733c43c7a499/libs/microphone/microphone.cpp) files, an instance of `microphone` and `LevelDetector` is created and completely managed by MakeCode. While this might have been needed early during development, `uBit.audio`...

enhancement
codecleanup
hardware

**Describe the bug** Something that @jaustin noticed. When the play tone block and play sound effect are configured to play the same tone, in this case middle C, they don't...

bug
P2
music

When serving MakeCode locally using the following commands + flags + env variables, it builds DAL/CODAL locally, then opens the MakeCode editor in a browser window, and any TS-only projects...

enhancement
cli