livecodelab icon indicating copy to clipboard operation
livecodelab copied to clipboard

a web based livecoding environment

Results 93 livecodelab issues
Sort by recently updated
recently updated
newest added

...unless manually specified as per command in https://github.com/davidedc/livecodelab/issues/41

enhancement

if you use this, when you change the text color then the cursor color is not changed

enhancement

colorMode RGB fill(color(84,255,255)) box or colorMode HSB fill(color(84,255,255)) box or colorMode HSB,100,100 fill(color(84,255,255)) box

enhancement

actual: fill;color(angleColor); expected: fill(color(angleColor)); test: the following should show a cube with faces colored according to normals (instead of yellow cube). fill yellow fill color angleColor box

bug

Ideally you want it to be irrespective of the windowing system. You want to take a reference window size (maybe indicate that with an overlay) and do the tests against...

enhancement

in every loop and every start of function, a watchdog should be added that checks whether it's a case of infinite (or too long) loop or infinite (or too long)...

enhancement