pxt
pxt copied to clipboard
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
These were throwing on https://github.com/microsoft/pxt/blob/master/pxtservices/iframeDriver.ts#L110 every message, so tossing on success field. Could fix other ways, just seemed like easiest~
The current `map block` is really a great tool but it can be improved. check the following image and let me know if this is the right place to submit...
Ports time machine to arcade's stable branch of pxt-core. I had to do this by hand because stable8.5 doesn't have the change where pxteditor got converted into modules. That being...
Closes https://github.com/microsoft/pxt-microbit/issues/5911 I found the alert experience to be really clunky, so, as per @eanders-ms's suggestion, I've changed it so when a user deletes a criteria, they can undo it...
fixes https://github.com/microsoft/pxt-microbit/issues/6247 fixes the toolbox search to take the parent attributes into account when generating searchable strings for each block before:  after: 
fixes https://github.com/microsoft/pxt-microbit/issues/6330 this pr fixes a few side docs tab navigation bugs * the "go back" button wasn't tab navigable. it now has a tabindex and was converted to an...
fixes https://github.com/microsoft/pxt-microbit/issues/5193 This pull request introduces support for specifying volume in sound expressions. The changes primarily focus on updating the `playSoundExpressionAsync` and related methods to include a `volume` parameter, and...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
Once we are past release of pxt-microbit, we should do the following in order to remove the old messagesimulator framework - [ ] move https://github.com/microsoft/pxt-arcade to new extension - [...
currently, when using new jacdac framework, old simulator also appears. need a temporary fix to keep old simulator from showing in this case. Will revert once old jacdac is removed...