Thomas Sparks

Results 36 issues of Thomas Sparks

When Python is set as the preferred editor for a tutorial, we still end up loading the blocks editor because main.py doesn't exist at the time we try to load...

In multiplayer, player 1 can still control player 2's character using the I, J, K, and L keys on the keyboard. We should probably disable that, if possible.

multiplayer

**Describe the bug** When clicking on block names in the tutorial panel to open the category in the toolbox, if the toolbox category is already open, it will close the...

bug
p2
tutorial

Fixes https://github.com/microsoft/pxt-minecraft/issues/2050 by making tutorial text size increase when the workspace is zoomed in. I went through a few different approaches to this. Initially, I hooked into the zoom button...

We currently assume a default "master" branch in quite a lot of our code. In a few places, we also check for "main", but it'd be good to make it...

If you create a function and then refresh the page, the hat disappears off the top of the function block. (You may have to select the function after refresh for...

bug
P2
Blocks
functions

These docs files need updating alongside https://github.com/microsoft/pxt/pull/9996

Add catalog criteria based on the intro cs curriculum: 1. Program compiles without errors (requires https://github.com/microsoft/pxt-microbit/issues/5641) 2. Program responds to at least [count] different events 3. Program uses input 4....

code checker tool

Create a validator that can check for compilation errors in the program

enhancement
code checker tool

![Image](https://github.com/microsoft/pxt-microbit/assets/69657545/704a1400-f463-43e6-9c5d-6aa0c3e8e7e4)

bug
code checker tool