Sridhar Mocherla
Sridhar Mocherla
Hoping this https://github.com/bazelbuild/rules_jvm_external/pull/695 could also land in the new release 🤞
I have somewhat of a working prototype that has Bazel support. The thoughts behind my approach are: - The language service needs another class path resolver like it has for...
Ran into this issue as well on our Macs which have an older version of `patch` which is stricter than the one on Linux. Would be nice to use the...
Interesting, thanks for that link. In general, nearly all of our usecases for `local_repository` are not self-contained i.e they're solely for the purpose of the main repository/workspace and they're rarely/never...
I did want to echo as well that in large repositories/projects, kotest ends up using a enormous amount of heap memory and it's a huge bottleneck in having test parallelism....
Hey folks, is there anything we could do to merge this PR? This would be really useful to add custom trace spans in our commands running in CI.
Looks like this might be fixed with Kotlin 1.8.20? I was looking into this and noticed that currently on master, if you build a `kt_jvm_library` target, there are no absolute...
We're going to migrate but curious regarding the behavior after 2024-03-01 > Client code still using a version of the google.golang.org/genproto parent earlier than v0.0.0-20230525234044-86246a831fb4 may then encounter "ambiguous import"...