Closed BoboTiG closed 2 years ago
@BoboTiG no reason at all, thank you for pointing this out :)
@BoboTiG I tried to run the CLI with this minor change and surprisingly, I get 3 callback calls upon a file change – multiple changes can be chained due to my editor auto-format. Increasing the debounce delay did not make it work either, have you had the same issue on your side?
@BoboTiG I tried to run the CLI with this minor change and surprisingly, I get 3 callback calls upon a file change – multiple changes can be chained due to my editor auto-format. Increasing the debounce delay did not make it work either, have you had the same issue on your side?
@BoboTiG nevermind it also happens on main
, sorry for the remark
@BoboTiG I tried to run the CLI with this minor change and surprisingly, I get 3 callback calls upon a file change – multiple changes can be chained due to my editor auto-format. Increasing the debounce delay did not make it work either, have you had the same issue on your side?
Yeah, it all depends on how the editor save files + metadata updates.
Is there any specific reason to prefer the catch-them-all
on_any_event()
over the more specializedon_modified()
?