JP Posma
JP Posma
I struggled with setting up import-js for a repo that had (mistakenly) two package.json files. This was the directory structure: ``` - import.js - package.json - client/ - package.json -...
It raises an error like "the path 'directory_name' does not exist in the given tree". I couldn't find a ticket for this yet, is this something people want to do?...
Just like we have in the Plot panel. The workaround is just publishing a message with the entire history of a marker (using a `MarkerArray`) every few hundred milliseconds. This...
Right now people may confuse the output in the preview window with the output of the program. We can solve this by showing "preview". Or perhaps it'd be better to...
Right now the game on the home page is rather complicated. We need a simple game that yet shows the power of the editor.
For example: ``` config.outputs.canvas.enabled = true; ``` Now when looking at the "config" tab it still shows that the canvas is not enabled. Also when clicking on "true", turning it...
Add a dare type in which the program should contain a function which is called multiple times with different parameters, and should give the right output in each case. Optionally,...
Not sure, but I think colours do not matter at the moment for canvas dares. Find a good colour matching metric and use it in canvas dares as an optional...
We shouldn't store everything while running (fast mode), and recompute this information when needed for highlighting (slow mode). When manipulating, use the fast mode.
For more consistent behaviour with the arrows, show the error message when hovering over the icon.