hallpell

Results 14 comments of hallpell

As I get a better sense of what image uploads are supported for sprites, I can add a link with a description of what settings/sizes/file types should be used.

I think I've seen it in the past (over a year ago?), though I didn't understand it much at the time. I've had students that had issues with the Preview...

This has started to appear more and more with (mostly new?) students. (Though possibly it's only with new students because students that have this issue don't continue with us?) We've...

I think I got a reasonable handle on this in #608 . It consistently replicated on Firefox on my computer, where it was adding two copies of the canvases into...

Based on #615 , this can be dealt with by the css files provided by codemirror. I'm considering having our own copies of them that modify the matching-bracket property to...

I'm considering moving the confirmation of freezing->stopped from freeze() to the render loop to 'bridge the gap' between the setTimeouts of everys and the render loop we see here. I...

It looks like we've already tried to deal with this by scanning through the code (regex-style) to look for Empty URL Types (https://github.com/stevekrouse/WoofJS/blob/42a2c231df3ddf922587df68eb4c413f11d343c8/create.html#L1711), but we're missing some cases. Three main...

(Also setBackdropURL has an error message if a string isn't provided as the first argument, which should be added to setImageURL as well)

I haven't seen this issue come up since this fix, so calling this closed.

Further investigation of this makes me not trust how we handle errors in Woof. I believe when we try to GET an image that doesn't exist, we throw two errors....