pxt
pxt copied to clipboard
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
When loading a persistent share link, check if we already have the header for it, and if so load it. Here's a build: https://arcade.makecode.com/app/1542f0098ae8cd9614e77e373590f0623ff8129d-57379544fb @eanders-ms question, when you first login...
I would like to specify maximum and minimum values for Protractorpicker. It doesn't work now.
I would like a self-hosted, Docker-based version from pxt-microbit. Wrote a default nginx configuration file: ``` server { listen 80; listen [::]:80; server_name localhost; root /usr/share/nginx/html; #access_log /var/log/nginx/host.access.log main; location...
This is a bug, or at least a lack of clarity, in the documentation. **Describe the bug** In step 5 of the custom extension documentation [pxt](https://github.com/microsoft/pxt)/[docs](https://github.com/microsoft/pxt/tree/master/docs)/[extensions](https://github.com/microsoft/pxt/tree/master/docs/extensions)/[getting-started](https://github.com/microsoft/pxt/tree/master/docs/extensions/getting-started)/vscode.md it says: * Add...
when I use command "pxt staticpkg", pxt.webConfig.isStatic is set "true", but I find "pxt.webConfig.isStatic" is not set in makecode.microbit.org/index/html I want to known how I install pxt target like makecode.microbit.org?...
**To Reproduce** Steps to reproduce the behavior: 1. Go to the target homepage 2. Click on the gear wheel in the top right corner 3. Click on "About" and then...
The field option values should be "hi" and "hello" but instead it shows the characters individually. 
We should support resizing between the Monaco and MakeCode editors in the Playground, such that hovering over the border between the two editors results in a resize cursor. 
Extract blocks out of "next" nodes at any depth level in the xml tree. I failed at my primary task, which was to make code inside for loops display in...