Beka Westberg
Beka Westberg
Hello, Blockly has a different API than the scratch project, so you will usually run into issues moving a field from one project to the other. The last time I...
This issue has a few steps to resolve: 1) Figure out how to test your changes. Navigate to the [plugins/dev-create](https://github.com/google/blockly-samples/tree/master/plugins/dev-create) directory. Run the command `npx . test -d . --skip-install...
This issue has a few steps to resolve: 1) Reproduce the issue using the steps outlined in the "To Reproduce" section. Once you can reproduce the bad behavior, you can...
It sounds like the new events might need to be filtered out before generating, if so it might be a good idea to update the [realtime generation docs](https://developers.google.com/blockly/guides/configure/web/code-generators?hl=en#realtime_generation) too.
Hi @2torus , have you run into any issues like this? Or have tips for where to start looking for a fix? Just sending a ping because you have more...
> Am I supposed to use a plugin like [parcel-plugin-closure](https://github.com/fathyb/parcel-plugin-closure)? I'm not sure, but it seems like it would be worth a shot! If you do give it a try,...
Moved this to samples as we don't want to add new blocks to core.
This issue has a few steps to resolve: 1) Reproduce the error using the steps outlined in the "To Reproduce" section below. Once you can reproduce the bad behavior, you...
Related discussion post: https://groups.google.com/g/blockly/c/i-vV5hDd8Uk
I looked into this a bit today, and it's actually a bug with the webpack-dev-server: https://github.com/webpack/webpack-dev-server/issues/3204 To fix this we need to update to version 5.0.0 of webpack and version...