Neil Fraser
                                            Neil Fraser
                                        
                                    Confirming, there's a failure to refresh the toolbox after a new function definition is created. Interesting to note that if a variable is created, the toolbox does refresh, and the...
Multiple selection becomes a crazy-complex feature when you start thinking about the details. When dragging two islands, how do connections work? When you right-click on a multiple selection, how do...
Related issue: https://github.com/google/blockly/issues/2729 Broken demo: https://blockly-demo.appspot.com/static/demos/minimap/index.html Code: https://github.com/google/blockly/tree/master/demos/minimap
A demo of node is now included in the repo: https://neil.fraser.name/software/JS-Interpreter/demos/node.js
This PR will break this product by printing raw HTML on the user's screen.
What would be involved in supporting this?
We don't have any experience with Cloudflare, so you'd have to do the work. If you need assistance from the JS-Interpreter side, do let us know. Once you get something...
Oof, that right-click is not very discoverable.
This is great! First, a quick comment relating to copyright boilerplate. You should claim credit for your code. For instance, interpreter.js should replace this: ```* Copyright 2013 Google LLC``` with:...
Not reproducible in Firefox or Safari; just Chrome. Not reproducible when console is open. Not reproducible when host page is anywhere except https://developers.google.com/ Not a recent regression in Blockly (at...