notify icon indicating copy to clipboard operation
notify copied to clipboard

Add proper debouncer

Open skorokithakis opened this issue 3 years ago • 1 comments

Currently, the debouncer actually only collapses events. It would be useful if the debouncer could ignore all events until the timeout occurred, and then reported all of them at once.

This is useful for letting the changes "settle", ie have an idle period before attempting to e.g. copy files to a remote server.

skorokithakis avatar Oct 04 '20 01:10 skorokithakis

What exactly would you expect to get from receiving all events as batch ? You can already do this by yourself with more control.

0xpr03 avatar Mar 06 '21 21:03 0xpr03

The original debouncer has been replaced by two different implementations, since. It sounds like at least the debouncer-full does what you are asking for. So I'm going to close this issue. Feel free to open a new issue if you have a need for a different debouncer.

@0xpr03 Can you please give me the necessary permissions, I actually can't close issues :'(

dfaust avatar Feb 21 '24 15:02 dfaust

Done

0xpr03 avatar Feb 23 '24 15:02 0xpr03