Félix Saparelli
Félix Saparelli
Hmm, yes, I think there's a bug where in signal+restart mode, it will wait 60s after sending the signal before restarting. Does the script start after 60s when doing `touch...
Right, so, I know what's happening, but to fix it I need a new outcome primitive, roughly "do A until/unless B happens", and I'm not quite sure how to do...
I could probably add an option to disable or reduce the 60s wait (which is there to do a SIGKILL if the signal failed to stop the program), as a...
I'll note that [reqwest also wants this](https://github.com/seanmonstar/reqwest/pull/1599#issuecomment-1227414443) (as some kind of prerelease) so they can get an experimental h3 setup going.
Yeah, the way I was thinking is that in project mode, we install to a directory inside the project, so it's completely separate from the global installs. There's no convention...
There's also the cargo xtask pattern, but I'm not sure if we could reasonably use that or hook into it for anything.
As per https://github.com/cargo-bins/cargo-binstall/pull/382#issuecomment-1250031729 we probably want to also ditch the confirm step, as most of the work is done before it anyway.
I don't think we should test/develop on one target and release on another, no. There's also other issues with windows-gnu/MinGW. However, we could [probably](https://jake-shadle.github.io/xwin/) cross-compile the -msvc target...
Given we've had zero negative feedback with the warning, I propose we kill plaintext HTTP mode in the next release but make it possible to allow with a cfg(feature) so...
Actually the crates people are okay with someone downloading "all the crates" so long as it's a one off / very occasional, and have given some advice on how to...