ncs-pl
ncs-pl
Any update on this? This seems to be very tedious and I do not want to not look polite, I just need information for migration within some of my teams.
Oh I see, thanks for the information. Do you know if someone started fixing it (any MR)?
+1 for having a FileOption extension named `rust_crate` to customize the name of the generated Rust crate/file. This would be extremely useful in polyglot environments where we tend to follow...
Sorry to write this here but issues are not available on your fork... Bazel cannot build packages that use `rust_tonic_grpc_library` or `rust_prost_proto_library` and raises the following error: ```log ERROR: no...
Since you are planning on using core, threads etc, would it be plausible to add identification attributes to worker instances (PID, thread naming, ...) that could easily help end-users in...
> Yes, I'm also aware this is over-engineered, but everything is designed with composability in mind, and has been thought with experience from implementing this in https://github.com/discordjs/discord.js/pull/7204. Truth be told,...
The implementation seems good however there are some behavioural problems here. While reference counting avoids the overhead of interval-based task queues, it requires a lot more of locking, especially in...
Any update or improvements on this? Being able to use Rust without Cargo is essential in some code bases that use central build systems.
A great starting point could be to support Rust-Analyzer's JSON schema?
Related discussion: https://github.com/zed-industries/zed/discussions/7461