Doug Tangren
Doug Tangren
Hi @clux I wanted to let you know I published a new version 0.1.1 with some updates to hyper and serde versions which should be a bit more forgiving with...
could maybe use syntex syntax which comes along with syntex for this https://github.com/serde-rs/syntex/blob/master/syntex_syntax/Cargo.toml#L6
Nice. I'll leave this open in case you need it. Also neat project!
I'm all for consolidating. Before I do this would you be able to walk me though concrete benefits and drawbacks of doing this? I made a pit stop at a...
Or maybe https://doc.rust-lang.org/std/os/unix/io/trait.AsRawFd.html
It could just be a little script that runs some of the examples in the readme https://github.com/softprops/atty/blob/master/README.md#testing and using a diff tool to compare the output to expected outputs.
I believe npx ( now bundled with node ) solves for both cases. It first tries local node modules, the what's on your path, the finally installs when not available
> The preferred solution is impl Trait, but that is unstable and incomplete. For this, I can not wait :)
How are others addressing this using bazel native deploy jar?
Note for others that bump into this found hack that works but take care in using it as its a hack and depends on undocumented features of bazel, namely that...