-
Need to figure out how to work on this micro:bit project (and hopefully any) in the [VSCode](https://code.visualstudio.com/) editor just like I can do with [MakeCode Arcade](https://arcade.makecode.co…
-
I am trying to create a ‘Pause Until’ block that can take a function with a boolean return value and pauses until it turn true. Makecode for the EV3 has such a block but not Makecode for micro:bit.
…
-
Our performance for large block programs is not great. We run into this issue all the time on livestream, but it's also reported by our users on the forum very often (and has been for many years).
…
-
```
Run makecode --java-script
node:internal/modules/cjs/loader:998
throw err;
^
Error: Cannot find module '../../makecode-core/built/commands'
Require stack:
- /opt/hostedtoolcache/node/…
-
Hallo HHF,
Leider gibt es in makecode eine Fehlermeldung:
![unbenannt](https://user-images.githubusercontent.com/37311672/52163324-a4261600-26e0-11e9-8be8-6bfc2cc3dbd0.png)
Soweit ich weiß muss m…
-
From makecode:
- Turn left ,right need update
- Spin left, right need added
- Line sensor need update
-
If you're interrested, we could help you create a version of PewPew (https://pewpew.readthedocs.io/en/latest/pew.html) for MakeCode. This can be done as a github repository that users import in their …
-
When I try to load the extension, I get this:
-
Hi, perfect work.
I'm just playing around with this. But neither your great extension nor the code from Ingo is working with MakeCode beta. I assume there might be a bug in MC/beta with I2C (there is…
-
1. compile and flash microbit-machine (which now has following code):
```
machine.addClientFactory(jacdac.SRV_ACCELEROMETER, devid => {
const client = new modules.AccelerometerClient(devid)
…