Ian Storm Taylor

Results 97 issues of Ian Storm Taylor

use case: ``` js $('li').not('.selected').doSomething(); ```

So that you can have an animated sketch paused, but inch forward a frame at a time. Potentially even a shift and option+shift variants like in design programs to jump...

feature

Right now if you `import` an local file (instead of a dependency) it doesn't get picked up by the reloading service, so nothing new is built. This is due to...

bug

When an error happens and then you edit and save and live-reload, right now the error popups stays there sometimes, despite the sketch working again.

bug

Right now it restarts the sketch, but it should really just toggle the visibility of the DOM element instead. For static sketches it's equivalent, but for animations the current behavior...

bug

Because the entrypoint server is really simple currently, and just serves `sketch.js` and `sketch.js.map`, if any of the imported packages in a sketch don't include their `sourceContent` inline in the...

bug

Right now it gets clipped off…

bug

If you export an animation it replays the whole thing to export it, so it can take a while, so we need a little indicator showing the frame ticking by...

improvement

So you can programmatically stop a sketch that is underway.

feature

Not sure what's going on, but something with the Electron auto-updated isn't configured properly. If you press "Restart" when an update is ready, it won't relaunch and when you manually...

bug