Régis Desgroppes
Régis Desgroppes
With IntelliJ IDEA 2022.1.1 (Community Edition) together with plugin Bazel 2022.05.17.0.3-api-version-221 that are both pretty recent, I sometimes get suggested by the former to report the following issue on the...
### Description Thanks for considering updating gRPC to version 1.43.0 or greater. A few rationales why: - [gRPC Core 1.43.0](https://github.com/grpc/grpc/releases/tag/v1.43.0) fixes out-of-order delivery of `XdsClient` watcher notifications, - [gRPC Java...
I have an object definition `MyName` who has a nested object definition also named `MyName`. This seems to terminate the javadoc generation abruptly (`javadoc exited with exit code 1`). Here's...
For example, when running: `sbt test:scalafmt::test scalafmt::test sbt:scalafmt::test` ... only sbt scalafmt::test seems to be honored. Or is there another way to specify all of them at once? Thanks!
Although Jackson exposes a [WRITE_NUMBERS_AS_STRINGS](https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.15.2/com/fasterxml/jackson/core/json/JsonWriteFeature.html#WRITE_NUMBERS_AS_STRINGS) feature that forces all regular number values to be written as JSON Strings rather than JSON Numbers, it doesn't currently provide a way to write...
I'm looking for a way to get the exact list of bug pattern names supported by a given Error Prone version, whether experimental or not. Practically, each time we upgrade...
I just gave a try with current master branch (as of commit 687dc3578c1b315e8484a095ff6d4a83e696b21d) and faced: ```sh $ REPIN=1 bazel run @unpinned_maven//:pin INFO: Repository maven instantiated at: /path/to/WORKSPACE:138:11: in /path/to/maven/init.bzl:19:18: in...
### Description of the bug: As of Bazel 7.1.1, whereas the `transitive_compile_time_jars` field of `JavaInfo` providers is populated for `java_library` targets, it happens to always hold an empty `depset` for...
This is to circumvent #179.
We've been using your [xDS Server for gRPC on Kubernetes](https://github.com/wongnai/xds), which suits our needs and is easy to use. However, we are experiencing problems when the channels switch to idle...