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

**Describe the bug** A useless link in **Docs** page **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/beta#editor 2.Help--->Docs--->Game Design Concepts--->Walking Hero 3.Click the link "**Open this tutorial in the editor!**"...

documentation
sidedocs

Need to document how group display ordering "really" works. Currently, it is determined not by the order in `groups` as one would think but by the occurrence of the namespace...

The command "### @diffs true" invariably seems to generate the error message "Unknown command: @diffs" when used as described in the documentation. Starting a document like this, for instance, will...

question

Error: Property 'createBuffer' does not exist on type 'typeof pins'. Is there any solution of this error? https://arcade.makecode.com/?nolocalhost=1&compile=rawELF&hw=rpi#pub:https://github.com/riknoll/arcade-shader

Issue is caused by this line of code https://github.com/microsoft/pxt/blob/0ead5a7b9a312e1bf3466bb08cf9e2e5c73d2a33/pxtlib/util.ts#L793 This issue exists in at least three languages (portuguese, french, and spanish) and is persisted in all our targets Currently we...

localization

## Description Requesting a page for an absolute `*.md` path will serve the actual `text/markdown` instead responding with `404` or the rendered page. Showing the markdown text for the resource...

I fork the pxt-sample project to implement my own application It works well when i use javascript, but when i use the python,every code will report the error:**'unknown type 'Buffer'...

The "player" block only work in single play, right. Can Microsoft make it work in multiplayer? **Exsample** : On [ @p / @r / @a / @s / @player# /...

Convert **Minecraft Makecode's projects** to a file like **mod.js** can load into minecraft (without makecode), forge mod or even a server. Make Minecraft Makecode like a real programming software to...