Matt DesLauriers

Results 224 comments of Matt DesLauriers

Thanks for testing, I'm still not exactly sure what's going on but will to try to look into this in the coming days.

Hi all, finally found the problem, it had to do with finding the "Downloads" folder on some systems. Should be sorted in v1.11.9, if you could try to reinstall it...

I haven't seen memory issues recently, if anybody sees something like this again please let me know, especially if there is a way to reproduce.

Yeah, I have split some features out already (see `watchify-middleware`), and ideally I'd like to split out a few more things. It would be hard to use a module that...

I’ve also wanted this feature at times. What I tend to do is run the async canvasSketch function, then stop() the SketchManager instance that gets returned, and manually call render()...

Actually - simpler would just be to set animate to true and playing to false in the settings. No need to stop that way or worry about resize, and you...

Thanks! Can you provide a few more details? It seems like this is a bit of a hack, and will fail in some legitimate cases, e.g. if a user tries...

Hmm odd, is there any small reproducible test case that emits the error for you? It sounds like you are requiring (in your browser/client code) some module that happens to...

This would lead to a breaking version change in budo, which is fine but I may as well roll other features into the same breaking change. I don't see how...

Yeah typically CLIs will error out when you pass undefined stuff. I think we could add a clearer error message.