Félix Saparelli

Results 581 comments of Félix Saparelli

uhh, can you paste the exact command you're using? what you've pasted shouldn't work at all, unless you've got a single `.template` file. In any case, as described in the...

Yes, the wildcard is interpreted by your shell, not by watchexec, so you'll end up with ``` watchexec -w /etc/nginx/conf.d/foo.template /etc/nginx/conf.d/bar.template ``` which will of course try to watch `foo.template`...

What do you mean by "now"? Did it work before a certain date? System updates? Watchexec version? If you run any of these commands with the options `-vvv --log-file ../watchexec.log`,...

Right, so, this is a pathological case of #377. Set `--project-origin .` and that should disappear. That workaround will stop being necessary by next release, whenever I get around to...

For others: going to delay merging/releasing this a bit to allow ecosystems to settle.

In general I don't even really _support_ Darcs, currently the implementation assumes all files in encounters are in git format, which is suboptimal. I _could_ add a workaround to support...

Weird! I'll try to reproduce, but can you provide a log?

Ugh, actually this is showing that the command is plain not running at all. Like, you'd expect the `Erlang/OTP 26...` line to print, and it just doesn't