Emma Simon
Emma Simon
Similar to this, would it be possible to move back to origin after canceling a plot?
Just another perspective, but I was confused about this at first after being familiar with Inkscape.
I noticed this last night and was thinking about putting together a PR. Have you started on the changes already?
Been looking at the code and I'm not sure I have time to figure this out in the next few days if you think you can throw something together sooner....
> I haven't tested this one yet, but, if I understand correctly, two param changes within the period would lead to only the _first_ param to go through and be...
Ok @abey79, ready for another pass now. Got rid of the ratelimit dependency and instead stole [this decorator](https://gist.github.com/walkermatt/2871026#gistcomment-2844099) from the comments in a gist and tweaked it a little bit...
I won't be able to try this out until after work tonight, but just to respond to a few points, * Here's a [little demo](http://demo.nimius.net/debounce_throttle/) for throttling and debouncing. In...
I'm also trying to run this in Java 17 and it seems to work fine, except for a single test failure. Not sure if a fix for that was the...