watchdog icon indicating copy to clipboard operation
watchdog copied to clipboard

introduce a debouncer

Open diwu1989 opened this issue 10 years ago • 4 comments

--drop will drop the events --wait will queue up too many events

I would like a --debounce X option that makes the behavior debounce for X milliseconds

The idea should be similar to the javascript debounce concept: http://davidwalsh.name/javascript-debounce-function

diwu1989 avatar May 08 '15 10:05 diwu1989

So I take it this project is 100% dead?

Asday avatar Sep 11 '19 10:09 Asday

The project is not dead, someone needs to work on it ;)

BoboTiG avatar Sep 11 '19 12:09 BoboTiG

I sounds like a --spool as in https://github.com/joeyespo/pytest-watch - which does use a watchdog, it seems (requirements.txt).

maciejmatczak avatar Aug 22 '20 14:08 maciejmatczak

IIUC, provided by #319

hadrien avatar Oct 05 '22 19:10 hadrien