Replies: 2 comments 1 reply
-
Hi @mitranim, Other than delays, has watch working good enough for you? I admit the watch mode is something that got less attention than deserved, because fewer users use it AFAIK. So it may be less polished than ideal at the moment. Both feedback and contributions are welcome! Regarding the interval, if you're willing to recompile the tool for a test you could change this constant to a lower value to see if it works for you: Line 19 in 7e0346d We could potentially add an option to the Taskfile or a CLI argument (or both) to allow users to change that. |
Beta Was this translation helpful? Give feedback.
-
Sounds like your watch mode uses polling. I would prefer if the tool used native FS notification APIs. For example, |
Beta Was this translation helpful? Give feedback.
-
task
. Particularly interested in watch mode, becausemake
requires external tools for that.task --help
has no mention of delay or debounce.make
withwatchexec -d=0
.Not asking for any changes, just leaving the feedback here. Might be useful.
Beta Was this translation helpful? Give feedback.
All reactions