Carlos Pereira Atencio
Carlos Pereira Atencio
Does it replicate in https://armmbed.github.io/dapjs/examples/daplink-serial/web.html ?
> @microbit-carlos, @jaustin asks if there's a way to sidestep this issue without impact on a user program. As it currently stands @jaustin is still more familiar with this issue...
> I think it's possible to interrupt the micro:bit after connecting in order to generate some serial data for us to check this buffer is cleared. We can stop the...
Looking at the pxt source code, looks like those messages are displayed when receiving 403 responses from GitHub: - [microsoft/pxt/webapp/src/githubprovider.tsx#L19](https://github.com/microsoft/pxt/blob/ace3889ac3c9900d28c4fa4feca935be92d04a49/webapp/src/githubprovider.tsx#L19) - [microsoft/pxt/webapp/src/gitjson.tsx#L373](https://github.com/microsoft/pxt/blob/ace3889ac3c9900d28c4fa4feca935be92d04a49/webapp/src/gitjson.tsx#L373) I do have write access to this repo,...
Also took the opportunity to move the explanation of capacitive/resistive touch modes from `is_touched()` to `set_touch_mode()` and remove the duplicated note: | Before | After | |--------|-------| | | |
As well keep this PR unmerged until the next MicroPython v2 beta is released, and this PR already touches the pin page, I've also added here the `touch_calibrate()` method.
Same issue with extension sgbotic/pxt-sgbotic-ultimate-sr04-rgb : ``` warning: https://github.com/sgbotic/pxt-sgbotic-ultimate-sr04-rgb create a release github proxy error: Bad HTTP status code: 404 at https://makecode.com/api/gh/sgbotic/pxt-sgbotic-ultimate-sr04-rgb/master/text; message: {"message":"ref response: 404"} error: https://github.com/sgbotic/pxt-sgbotic-ultimate-sr04-rgb build error...
I'm manually triggered this workflow and it's currently running agains the `srietkerk/codal-bump-0.2.67` branch: https://github.com/microsoft/pxt-microbit/actions/runs/10149336339/job/28064053783
@abchatra this is running correctly, so it's ready to be reviewed.
Yes, I think so, as running the workflow last year when I submitted the PR had already discovered a few broken extensions. This can also be useful to check we...