Tim Radvan
Tim Radvan
Sometimes eg. `check (x) for (y)` becomes `check (x) (y)`, which is sad.
...ironically. I'm not sure what causes this. Perhaps something to do with going from Tosh -> Scratch -> Tosh? I think it only happens with _atomics_, too.
This is really annoying. Something to do with flushing variables I think?
@hardmath123 wants list watchers. They make debugging projects easier. nathan/phosphorus#2 would be ideal, but seems unlikely to happen. Maybe we could steal them [from pixie](https://github.com/nathan/pixie/blob/master/lib/pixie/pixie.js#L2788)?
* Is Webpack really that great anyway? * I had to do this locally, to get Phosphorus to play nicely with the tests: ```js var P = window.P = (function()...
This change will fix #505: for the (size) block, we're incorrectly using the `SENSING_OF_SIZE` translation key, rather than the correct `LOOKS_SIZE`. This meant that we chose the wrong translation in...
Scratchblocks has always centered the labels inside reporters with short names. It turns out Scratch (by mistake?) left-aligns some reporters, including list reporters. Closes #506. ``` (v) (l :: list)...
Currently the two Scratch 3.0 themes share a CSS file. The blocks use the same classes (e.g. `.sb3-motion`), and we switch between themes by setting a class on the root...