Thomas

Results 176 comments of Thomas

Closed by https://github.com/bazelbuild/rules_nodejs/pull/3146?

Though, some follow up work would be documentation. Is it possible to use `npm_install` with bzlmod?

I see, thanks for the pointers. Is it recommended to use aspect's rules over rules_nodejs? Is there any official suggestion, plans to merge or deprecate?

Oh, I didn't even realise this wasn't a thing. I'd like to see this change merged too.

I suspect we should include the binaries along-side a GitHub release. In which case the only blocker for this PR would be to update the GitHub actions yaml to do...

Also seeing this... ``` (15:51:31) WARNING: Download from https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.2.1/rules_rust-v0.2.1.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found ``` On other projects also. https://github.com/bazelbuild/rules_go/issues/3104

> This is already an annotation you can add: https://bazelbuild.github.io/rules_rust/crate_universe.html#crate.annotation-shallow_since > > Does that help? Sorry, what I'm suggesting avoids the need for this in most cases. We're in a...

I took a quick look today and it seems like this might be a little trickier than first thought. The `Cargo.Bazel.Lock` file is generated from a `Cargo.lock` file, which does...

You're using very old versions of Bazel, Gazelle, Go and rules_go. I don't believe any of them are even supported anymore really. I'd recommend upgrading them all first. The attribute...

duplicate https://github.com/bazelbuild/rules_go/issues/3033?