Donatas Kučinskas
Donatas Kučinskas
From https://google.github.io/styleguide/javaguide.html#s3.3.3-import-ordering-and-spacing: >If there are both static and non-static imports, a single blank line separates the two blocks. Now, all imports are in a single block: ``` import static org.hamcrest.CoreMatchers.is;...
**What version of protobuf and what language are you using?** Version: Latest - v31.1 release - `protoc --version` outputs 3.21.10 Language: Java **What operating system (Linux, Windows, ...) and version?**...
`GHPullRequestSearchBuilder` is built on the previous GitHub API, which does not use advanced search. On September 4, 2025, advanced search will be enabled by default, but currently, it's not supported...
For Unary methods, if you throw an exception which is not SRE/SE (e.g. `throw new NullPointerException()`), it is wrapped to SRE `Internal` exception. This happens here: [scalapb.grpc.Grpc.completeObserver](https://github.com/scalapb/ScalaPB/blob/master/scalapb-runtime-grpc/src/main/scala/scalapb/grpc/Grpc.scala#L32) When you operate...