Félix Saparelli

Results 581 comments of Félix Saparelli

I'm not sure that can be done cleanly but I'll give it a go

Can you explain what we'd need to watch for / execute in this context? At least for quick reference.

Could probably do both, too. I'm not going to pick this up for the moment, but would merge a PR that implements it.

With version 4.0.0, you can now run arbitrary commands and watch a lot more stuff by default. While that's not first-class support for workspaces yet, it's a step towards that....

Absolutely, thanks for offering! I actually don't have any idea of what this would do! So I guess first step would be figuring out what the action would be. There's...

I'd prefer that filed as a different issue (possible bug, not part of whatever feature this issue materialises as)

I can't really tell. The macos infrastructure for for changes used in cargo watch so far (it's due to change next version) is a black box. However, from knowledge of...

No, I mean in the output you gave, there's `--why` entries for the gemfile and gemfile.lock

That will probably need a bit of tweaking, but could you use the latest watchexec and see if it's an issue? ``` $ watchexec --print-events -- cargo test ``` Also...