pxt icon indicating copy to clipboard operation
pxt copied to clipboard

Microsoft MakeCode (PXT - Programming eXperience Toolkit)

Results 269 pxt issues
Sort by recently updated
recently updated
newest added

I've made a couple of changes with this PR, but I've done so much fiddling and changing and testing across these commits that it's hard all of what's changed. The...

Educator request - he runs a Robotics Club and would like to print out some programs for the students to create. Right-click Snapshot feature will download code image as a...

documentation

It seems that something isn't fully connected with the addition of "ja-HIRA". Not seeing any strings at all in the response payload when `ja-hira` is selected. The response should at...

This is the real-time collaboration (multiplayer paint) experiment I added to multiplayer. It's hidden behind the `collab=1` url param. Multiplayer works the same as before when this flag is not...

README states that `node>=8` is needed, https://github.com/microsoft/pxt/blame/f4e9aad00274ae9b384a9c308d10fa6459a2db50/README.md#L58C66-L58C66 while package.json tells `node>=16` is needed: https://github.com/microsoft/pxt/blob/f4e9aad00274ae9b384a9c308d10fa6459a2db50/package.json#L59-L62 I myself had a successful build on Node.js 15. I guess just changing the README to...

Cherry picking a few things to minecraft stable: * The crowdin fixes * My recent [monaco help button fix](https://github.com/microsoft/pxt/pull/10008) * The fixes I made in the asset editor to hide...

Where there is a dropdown menu, why can't you put a variable there? It would help children a lot in learning proper programming. Related issue: https://github.com/microsoft/pxt-microbit/issues/5558

**Describe the bug** The return statement clips into the bottom of other statements when it is inside of those statements. **To Reproduce** Steps to reproduce the behavior: 1. Create a...

splitted from https://github.com/microsoft/pxt/pull/10016