Scott Garner

Results 24 comments of Scott Garner

This site was created several years ago for desktop browsers when inline video support on mobile was inconsistent or totally impossible. What browser and OS?

I can reproduce this consistently by rapidly hitting ctrl-S twice to save in VSCode after making a change that would trigger a rebuild.

Do you think I should try to visually represent a timeline for the whole hour of code or for each video at a time?

I think that makes the most sense to. I took an initial stab at this. I'm debating whether or not to try and move the video option buttons down there,...

I like the idea of waypoints, too, but unfortunately jumping back and forth with Popcorn is so erratic that things go crazy very quickly. I remember now that the ten...

Hmm. My guess would just be weird Firefox-ness. It's probably worthwhile to update all JS libraries to current versions, but I'm not sure popcorn.js is under development anymore.

At an absolute bare minimum we should be able to catch an error and offer to reset to a usable state. At a glance, anything beyond that (did you mean...,...

I've done a bit more work on this. As it stands, I can catch an error without any trouble. The problem is that the error I catch is a Javascript...

Wow, that was almost a huge problem! I had only been testing cases without the draw() loop for errors. It didn't occur to me that with the draw, the code...

Current status for this: There is a displayError() function in editor.js which takes a Javascript error and has some initial code to search for common problems and report them in...