Maribeth Bottorff

Results 58 comments of Maribeth Bottorff

Hi @stefan-hoehn we expect that this is something you should fix on your application's side. Adding new css to blockly's existing classes is tricky because we wouldn't want to override...

I haven't reviewed this yet, but I will note that doing a breaking change in dev-tools/dev-scripts will cause every other plugin to also get a major version bump. Since we...

Hello, thank you for reporting this issue. If you'd like to fix it, you can look for the code in this repository under the `plugins/toolbox-search` directory. It might be as...

Hello, we've recently converted some of the plugins to TypeScript, but not all of them have been migrated. The themes should be pretty straightforward to migrate if you'd like to...

This seems like a good approach! We'd welcome a PR if you'd like to make one.

Aaron, are these issues you filed recently things you want to work on? Alternatively, if any of them would be good first issues, feel free to tag them that way...

Ok, hopefully was the wrong word. But I am pretty sure we had to bump the minimum node version of Blockly, though that may have only been for test reasons....

We decided to remove the ones in the first list, and argue about the ones in the second list later.

Thanks for reporting! This would happen if you used any headless workspace because headless workspaces don't have the component manager or the backpack. The serializer should check if the workspace...

The problem is that because serializers are registered globally, the serializer shouldn't assume we have a backpack or a rendered workspace, which it currently does. The serializer functions should first...