Félix Saparelli

Results 581 comments of Félix Saparelli

I don't see how we can easily do that. crates have a fairly predictable compression ratio and that maximum size looks reasonable for it, but we could be downloading archives...

And also to binstalk itself. Tangentially, it would be useful to change binstalk around a bit so it's possible to provide crate (binaries) metadata and a download URL and let...

Also the format of these is a text file containing either: - the hash in hex and nothing else - the hash and filename, in `shaNsum` CLI tool format

We're probably going to remove that confirm anyway, so it wouldn't really matter. I've been playing with a better interactive UI again, too, which doesn't include an overall time taken...

Watchexec can do most of it (send a signal, wait 60 seconds, sigkill), though there's an outstanding bug https://github.com/watchexec/watchexec/issues/426 where it doesn't quite work correctly (it waits 60 seconds regardless...

Yeah, when I upgrade cargo watch's underlying watchexec this will make it in. Unfortunately I have little time to spent on this project at the moment due to external factors......

Because when you save a file it's still a write. For now, use https://github.com/kurtbuilds/checkexec In the future, there may be a native option to do this.

I am working on this this week/month (time permitting) actually! The immediate issue seems like a regression in ignores but there's other deeper issues that I'm working to eliminate. As...

Ahhh yep, different regression, also on the todo list but a bit further down. Glad you've got a workaround tho!

Yeah, the core issue here and still in watchexec is that the notify library does the recursion for the actual watching, and it's not aware of ignores/filtering, so it goes...