Kyle L

Results 7 comments of Kyle L

Any further updates on when this may be available? Or an estimate of effort? As someone setting up Bazel usage with bzlmod, this sounds great to use - especially if...

@NidalShaterM - I did not, though I still use it locally. I never investigated how to publish it, so if it's actually the publishing part, I won't be much assistance,...

So the last error message looks like progress - it is complaining that the version number is wrong (so it is running something), the [CCL is from Cockroach](https://www.cockroachlabs.com/docs/stable/cockroach-version). So I'm...

Agreed that there is likely non-trivial development to make it work well, I hadn't, for instance, tried removing a user.

As someone trying to configure my cluster with Java Pulumi, this seems like a fairly important feature. Is there a workaround from the Pulumi side? Of course you can execute...

This appears to be fixed in my case, in addition to having `npm_link_all_packages` in my_directory/BUILD, also having it in the root BUILD file, i.e. adding: ``` load("@npm//:defs.bzl", "npm_link_all_packages") npm_link_all_packages( name...

I was looking at this briefly, and my assumption as to what needs to be done: * Update [DownloadRelease](https://github.com/bazelbuild/bazelisk/blob/24935f4ce663d6eb79e428005b763c059b508866/repositories/gcs.go#L141) to also fetch the auto-complete scripts * To get the auto-complete...