Davide Della Casa

Results 82 issues of Davide Della Casa

right now in Safari and Firefox (but not Chrome/IE) all sounds are loaded on start. This could be improved by loading them in the background while the environment is ready...

enhancement

...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