Beka Westberg
Beka Westberg
I think we need to bump mocha to v10 and drop node 12 support before we remove the build step. My understanding is mocha uses node to run our code,...
Fixing this issue has a few steps: 1) Reproduce the issue using the steps outlined in the "Steps to Reproduce" section. Once you can reproduce the bad behavior, you can...
I've read through this PR, and the info from your [other PR](https://github.com/mit-cml/workspace-multiselect/pull/1), and I'm not following what this is fixing :/ Could you explain what this change is doing and...
The monkey patch is touching some [private properties](https://github.com/google/blockly-samples/blob/21e3e227a16a171f95f93b6cc1947514b9764287/plugins/block-extension-tooltip/src/tooltip_monkey_patch.ts#L45) :/
> Interesting to note that if a variable is created, the toolbox does refresh, and the missing function call appears at that time. I think creating a variable triggers a...
> I have use continuous-toolbox,Is there a simple solution? There is no great solution at the moment. I did come up with a work-around that uses the events system: ```javascript...
I added the change listener fix as a temporary solution. If we ever get procedure-specific events, the change listener should be modified to use those instead.
Recent requests from App Inventor and [Sandspiel Studio](https://groups.google.com/g/blockly/c/A9DB5Z0VXEs/m/Xns0L50JBQAJ)
This is actually a problem in core; the same as https://github.com/google/blockly/issues/3725. I think a fix like https://github.com/google/blockly/pull/3750 would work, but it would need some serious testing first, as documented by...
I'm assigning @maribethb as well, because this needs her opinions on bumping the `dev-tools` dependency. Bumping the min version of Blockly requires a major bump for the `dev-tools` version, and...