nmccready
nmccready
> FYI, there is [proto](https://github.com/moonrepo/proto) for this which is more up to date than `bvm`. In `pnpm` for node we have the `pnpm env use --global lts` syntax Has anyone...
@amnesia7 you should abstract it out so a `idle` event is fired. Then it could be registered; be nice if this was at least a plugin.
I'm using denounce locally via lodash and it is working well. On Mar 25, 2015 6:56 PM, "amnesia7" [email protected] wrote: > @mourner https://github.com/mourner @nmccready > https://github.com/nmccready latest attempt using debounce...
no but I would dig into it's source. The only reason it is working for me though is I set a threshold of 700ms . So basically the last event...
A queue would work. Then the timing logic.
@amnesia7 either pull this library in https://github.com/chenglou/data-structures or copy it's code in. It is excellent.
Specifically https://github.com/chenglou/data-structures/blob/master/source/Queue.coffee and use http://js2.coffee/ to convert it to js if you want to.
Well here is lodash's implementation. https://github.com/lodash/lodash/blob/master/lodash.js#L7462-L7574
We likely can if I get a free minute I’ll take a look at detaching it. Relocating as a separate package as this will be easier .
We also need to update the entire CI process to make sure it passes tests either the new stuff. I have some existing GitHub actions in other repos that will...