pxt
pxt copied to clipboard
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
This problem applies to both pxt-microbit and pxt-arcade. The following code will cause a second instance of a mbit/arcade simulator to appear: ``` const data = Buffer.fromUTF8("hello") control.simmessages.send("foobar", data) ```...
fixes https://github.com/microsoft/pxt-minecraft/issues/2668 the in-game webview on macos doesn't support any of the window open APIs that the browser provides.`` elements work though, so this PR replaces the social buttons with...
# Feature request template **Is your feature request related to a problem? Please describe.** Currently the block to scroll an image with negative parameter does not work in the board,...
# Bug Report ### Summary In Safari versions below 17.4, creating a comment in blank space (not linked to a block) does not work. This issue is likely caused by...
I experienced a TypeScript compilation error when using `dapjs` as a dependency for the [STeaMi Makecode editor](https://github.com/steamicc/makecode-steami) built with `pxt`. The issue appears to be a conflict in the declaration...
Fixes https://github.com/microsoft/pxt-microbit/issues/5397 See details in the bug: https://github.com/microsoft/pxt-microbit/issues/5397#issuecomment-2440139832
There is no way to convert a string to a buffer. An example use is when someone is sending a string over I2C, to a display for example. UART today...
fixes https://github.com/microsoft/pxt-arcade/issues/4485 adds support for using return statement blocks in event handlers in addition to function definitions. the rules for return statements are now as follows: * return statements can...
Fixes https://github.com/microsoft/pxt-arcade/issues/3690 Code generated by copilot. Limiting asset names to only ASCII characters makes searches for assets with non-Latin-based languages fail, thus not populating the icon that allows users to...