Tom Ball

Results 64 issues of Tom Ball

Would be easy to write.

1. need a copy button for JS, Python 2. if an extension provides a simulator, it should be part of run

Two new functions in flashlog don't have sim support: ``` // const c = flashlog.getNumberOfRows() const rows = flashlog.getRows(0,3) ```

bug
Simulator

in microsoft/pxt-arcadeshield we have a global variable screen: Bitmap. I want screen to be the default variable used in blocks, which is accomplished using the bmap.defl line below ``` //%...