CST1229

Results 175 comments of CST1229

> Although it's up for debate whether that section is enforced, I don't think we want to look like we're violating it by allowing access to the "lost" blocks. Many...

> Related discussion that no one ever brought up: should `runAtComplete: true` addons run at `DOMContentLoaded` or at `load`? Probably DOMContentLoaded (unless that doesn't include scripts) - images aren't important...

> [There are lots of PRs updating addons to support new Blockly,](https://github.com/ScratchAddons/ScratchAddons/pulls?q=is%3Apr+%22new+blockly%22) and the instructions for setting it up for testing are in #7768. You can use `if (ScratchBlocks.registry)` in...

the *main purpose* of TurboWarp is to JIT compile projects to JavaScript, and native machine code compilation isn't really possible because it's made in JavaScript (at most it could compile...

> Yes, but the desktop app can admit low level machine code still not really, since the desktop app is essentially just chrome packaged together with the turbowarp website (because...