Cassie Tarakajian

Results 193 comments of Cassie Tarakajian

thanks for reporting! i think not allowing the HTML file to be deleted is a good solution. the web editor also assumes the file is named "index.html" which is also...

> I think renaming the HTML file works because the editor looks for any HTML file in the sketch, which is good. okay cool, good to know!

i think there are potentially a few different solutions and it would be helpful to list them out!

Thanks for reporting! To check for syntax errors in the JavaScript, the web editor uses JSHint, which I believe does not support this yet (see https://github.com/jshint/jshint/issues/3139). We could look into...

The way that other online code editors have solved this is by using ESLint instead of JSHint.

Thanks for reporting! I think this is actually a bug. The 80KB limit is actually meant to be on text files that you can _edit_ within the web editor, and...

Thanks for reporting!

i'm not able to reproduce this! the following sketch works for me: https://editor.p5js.org/cassie/sketches/SJlIk0WUPX can you add a link to your sketch? thanks!