-
Hi team 👋
Would you be open to building this repository with Bazel? It'd better integrate in our internal monorepo and I'd be happy to provide the implementation.
-
To get started, let's get JavaScript set up and running in this repo. I'm going to borrow some code from my aoc-2023-js repo (so that I have some working code and tests), but I'm not going to bring ov…
-
Since this is a monorepo, we should use something like bazel to manage this repo. This will allow us to build everything at once if needed, but also only build the parts we need.
It would also allow …
-
Hey,
I am fixing our remote bazel cache for our monorepos and I inherited monitoring dashboards which had incorrect way of checking hit/miss ratio:
`sum(bazel_remote_disk_cache_hits + bazel_remote…
-
For
current logic [here](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/70edcc8d0eaafdf3702eb2ff1fa34d9a31590f73/spring-cloud-generator/scripts/generate-library-list.sh#L79-L83) grabs g…
-
In polyglot monorepos it is a royal pain that I cannot have plugins like coc-java correctly set the classpath for the java language server since there is not a pom.xml or a gradle.build at the root of…
-
### What problem does this feature solve?
When using a global package.json file in a mono-repository setup it might contain vue cli plugins that shouldn't be loaded for every project.
Right now the …
-
Hey! We use [Please](https://please.build), which means that we don't have a `go.mod` in the root of our repo. Unfortunately this tool assumes that it can use `go list` and other `go build` specific c…
-
This has come up in a few other issues, but addressing it seems to be non trivial. The main pain points:
- The treeview starts by doing a query for all packages recursively. It would be nice if t…
-
Some engineers here at Stripe are seeing IntelliJ spend many minutes performing "Refreshing files." This often happens after _every_ Bazel IntelliJ sync.
When we pause IntelliJ in the debugger,…