You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that multiline sockets don't work. It forms a rectangle but with 3 sides. Error Message: 'Uncaught TypeError: Failed to execute 'fillRect' on 'CanvasRenderingContext2D': 4 arguments required, but only 3 present.'
To recreate it - open example/example.html - with input -
for i in [1..1000]
if i % 5 is 0
see '''f
i
z
z'''
if i % 3 is 0
see 'buzz'
if i % 3 isnt 0 and i % 5 isnt 0
see i
and try editing the socket with '''fizz'''
The text was updated successfully, but these errors were encountered:
I noticed that multiline sockets don't work. It forms a rectangle but with 3 sides. Error Message: 'Uncaught TypeError: Failed to execute 'fillRect' on 'CanvasRenderingContext2D': 4 arguments required, but only 3 present.'
To recreate it - open example/example.html - with input -
and try editing the socket with '''fizz'''
The text was updated successfully, but these errors were encountered: