Shelby Doolittle
Shelby Doolittle
I don't fully understand why the reconnect synchronization is challenging. But that's probably due to lack of familiarity with the crate internals. I'd imagine we can model the whole system...
I don't currently have access to a macintosh system to fix this. Can you take a look, @professor?
This is a large issue for my team. We have a few binaries in our repo that we cannot bring into Bazel because of this. Looking at this more, the...
I was able to get my package compiling with `[patch]`ing dependencies with conflicts and updating them to remove the conflicts in another repo. See https://github.com/bazelbuild/rules_rust/pull/1645#issuecomment-1399339918 for some more info. I'm...