Preston Tunnell Wilson
Preston Tunnell Wilson
Checking the [binary protocols](https://www.arewewebyet.org/topics/binary-protocols/) page, `avro-rs` points to https://github.com/flavray/avro-rs, which mentions that the repo has been moved to https://github.com/apache/avro/tree/master/lang/rust. I'm not sure what the procedure is for representing deprecation, but...
I've verified that this addresses https://github.com/LukeMathWalker/cargo-chef/issues/64 locally. I've also added a test! My main repository has several patched dependencies. `cargo chef` would turn these dependencies' `lib.rs` files into [empty strings](https://github.com/LukeMathWalker/cargo-chef/blob/5f10f909d2eddaad02c22d9df2b7d953cecb9c8d/src/skeleton.rs#L180-L189)....
(The repo this issue is based on is private. I will describe the issue first, then try to recreate in a public minimal repo for further clarity and reproducibility.) I...
Howdy! I work in a medium-large workspace that includes [patches](https://doc.rust-lang.org/edition-guide/rust-2018/cargo-and-crates-io/replacing-dependencies-with-patch.html) to a couple of dependencies (can provide a minimal example if that would be helpful). When trying to use `cargo...
I'm trying to set up a project that can be built with both cargo and bazel. The repo is at https://github.com/prestontw/bazel-rust-vendored-experiment/tree/return-to-rust-rules I'm trying to vendor external dependencies, but when I...
Hello! What a wonderful and cool tool! Thank you for releasing it! Code and type generation seems to be something that falls into Bazel’s purview. I was wondering if there...
## Explain your user case and expected results I'm using gorm to manage my database migrations. I have a foreign key field that initially had no restrictions but now I...
Hello! I'm starting out with reasonml. I'm confused why `mapWithIndex` and `keepWithIndex` have different parameter orders for their function parameter: [`mapWithIndex`](https://rescript-lang.org/docs/manual/latest/api/belt/list#mapwithindex) takes `(int, 'a) => ...` while [`keepWithIndex`](https://rescript-lang.org/docs/manual/latest/api/belt/list#keepwithindex) takes `('a,...