Ricardo Delfin
Ricardo Delfin
Is there a new release planned for this crate? I was planning on using the vendored zmq feature but I see the latest release doesn't support it. When is a...
Is there any chance you all will submit an artifact to the central maven repository?
I'm trying to use egg-mode in a network that requires me to use a proxy server for all traffic going out to the public internet. I can't seem to find...
I'm following [these instructions](http://bazelbuild.github.io/rules_rust/rust_clippy.html) to enable clippy as an aspect on my repo. In the process of doing that, I hit an issue where there was a clippy linter that...
Hello and thank you for building this amazing crate! It's proven to be extremely useful for some projects I've been working on. However, I've noticed it's a bit inactive unfortunately....
### Bug Description Git tag for SQLx 0.7.2 is gone after 0.7.3 release ### Minimal Reproduction N/A ### Info * SQLx version: 0.7.2 * SQLx features enabled: N/A * Database...
When incorporating crates using crate_universe, one will every now and then encounter dependencies that can only be resolved by replacing them entirely with a different, bazelified version of a crate....
Currently it seem like the rule picker makes use of the full body of the rule. However, referees largely use a mix of rule numvers and the rule "headlines" to...
The last few releases of the rust crate have not gotten published to crates.io, presumably as they still require publishing manually. This causes a mismatch in CLI and library versions...
Due to a quirk in our toolchain, we need to pass in `-Crelocation-model=static` to a set of executable binaries when building them to let them work (see #118 for more...