ryan

Results 259 comments of ryan

> @TheVova Test like this if you're not using a custom target and then put it here, or this if you are. reddit would seem to be down at the...

there's a wee interaction with cross here too (related to https://github.com/mmstick/cargo-deb/issues/99), if you compile in cross then run `cargo deb` outside of cross the $auto deps seem to resolve incorrectly,...

> Discovered cargo-binstall through cargo-watch's readme, instantly worked, no complaints. glad to hear it ^_^ > I've been trying to run cargo binstall some-random-package, and it's often failed due to...

thanks for the reports! wrt. `bin-dir` and `bin-path`, this appears to be a typo / should all be called [`bin-dir`](https://github.com/ryankurte/cargo-binstall/blob/8af4f2c5ea955ca8808358e64594b6e903aaa68c/src/lib.rs#L72) wrt. format, those are actually two (unfortunately named) different concepts,...

yep we're on the same page @passcod, if we can feed better user-agent information (or anything else) to the APIs we're interacting with that could be neat, but definitely prefer...

> A public key can't be modied if the meta host such as crates.io doesn't let you overwrite the crate. But if I were to use the same key very...

hmm yeah that's an interesting one, there's also a [hack](https://github.com/ryankurte/cargo-binstall/blob/748e8a2d92e56e1d0eb6b1cd00a972c97942c1b7/src/main.rs#L186) to add `.exe` for windows binaries, it'd be nice if we could expose both of those in an obvious manner...

it's not high up on my list at the moment but, would be super handy. happy to review a PR if it's useful for you / you get there before...

hey this is a super interesting project! i would _love_ to have a better mechanism for describing registers / fields / etc. than the current write-it-all-out-by-hand approach. it's probably a...