Tom Ball
Tom Ball
There are a few places in emitter.ts where there is a dependence on the user-visible "Image" type (and some other helper functions related to arcade images). Need to make these...
there's quite a bit of hardcoding of arcade type "Image" which is user visible (not hidden in runtime) in pxt. This prevents renaming of the type, which is needed for...
- Context: the use of the settings feature (from pxt-common-packages) in pxt-jacdac reduces the amount of flash for the user code - Problem: the web app and compiler are likely...
Problem: The Bluetooth stack interrupts Single Wire Serial (SWS), so Jacdac doesn’t work when Bluetooth is active. This is currently addressed by disabling BLE (during application execution) in the pxt-jacdac...
The following program never works as expected when loaded successfully (no error messages) over WebUSB or file download to micro:bit V2. I suspect it is too large for the V2...
This adds a 300ms pause for the N3, due to issues Kitronik raised around its arcade shield. Related change: https://github.com/microsoft/pxt-common-packages/pull/1476
Both Jacdac and robot simulator add their own iframe under the micro:bit. But when going to full screen, the layout is bad Repo 1. load this program in beta: https://makecode.microbit.org/_UiiC8fbeFF9p...
In general, an extension might have a need for extra flash. If a MakeCode app includes several extensions, each of them with some need for a declared constant amount of...
MicroCode is currently a prototype. To take it to the next level, we have a number of workstreams. ## Infrastructure (no user visible change) - move off of jacdac-c, onto...