-
I'm having issues running build code from readme
_cd libs/core
pxt deploy_
produces the following error for me:
_Using target ev3 with build engine dockermake
target: v1.4.35 Y:\GitHub\pxt-ev3
…
-
# Installing pxt from github
```bash
$ git clone https://github.com/microsoft/pxt.git
$ cd pxt
$ git checkout c2c608fe00d35f9f4654aba4f37a7fc76660dfb7
$ npm -v
8.19.2
$ node -v
v16.18.1
$ n…
-
The `README.md` instructions say to run `pxt serve -yt` to debug `.cpp` files. However, this doesn't work:
```powershell
[12:33:55 PM] ~/Documents/Code/Makecode/pxt-chibitronics> pxt serve -yt
U…
-
Hi there,
I'll take ownership of this one and formalise it a bit better.
This is relating to adding custom boards with extended name sets.
@peterpanstechland message:
in order to get the dts…
-
**Describe the bug**
I tried to build static files via `node node_modules/pxt-core/built/pxt.js staticpkg`, and it failed within the latest 2.0.3.
**To Reproduce**
Steps to reproduce the behavi…
-
**Describe the bug**
https://github.com/microsoft/pxt-microbit/issues/5590
![image](https://github.com/microbit-foundation/microbit-android/assets/147113/aa82c21e-3e16-49b6-ad0a-b5c710d0d66a)
…
-
If a user is in high contrast mode and go to add an extension, the page is essentially unreadable.
**To Reproduce**
Steps to reproduce the behavior:
1. Open a project in arcade
2. Switch to hig…
-
Add robot extension to MakeCode and create this program (https://makecode.microbit.org/_PEqVT5VRaXzb):
```
robot.setRadioGroup(1)
robot.elecfreaksCuteBot.start()
```
See following error in conso…
-
Calliope mini 2 is based on J-Link by segger instead of CMSIS-DAP.
The current implementation of WebUSB in pxt only supports dapjs and therefore webUSB is not working in MakeCode for the Calliope m…
-
Hi!
I played with PXT recently (google blockly and monaco editor) which seems to be a perfect "coding experience" for admins/beginners and pro-developers.
So I would suggest to use it for featu…