Sebastian Davids
Sebastian Davids
### API(s) ```java com.google.common.net.HttpHeaders ``` ### How do you want it to be improved? Please add a constant for [Alt-Svc](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Alt-Svc). ### Why do we need it to be improved? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Alt-Svc...
### Current Behavior Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the...
Hi, you might want to change your chosen fix for the "Immutable property will not be decoded because it is declared with an initial value which cannot be overwritten" problem...
[JSpecify - What is this](https://jspecify.dev/docs/start-here/#what-is-this) [org.jspecify.annotations.Nullable](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html) ```shell $ mkdir -p /tmp/test/example/test && cd "$_/../.." $ echo 'java=21.0.4-tem' > .sdkmanrc && sdk env $ printf 'package test;\nimport org.jspecify.annotations.Nullable;\nclass Test {\n @Nullable...
**Description:** Since nvm [v0.40.0](https://github.com/nvm-sh/nvm/releases/tag/v0.40.0) `.nvmrc` may contain comments. [[New] allow .nvmrc files to support comments](https://github.com/nvm-sh/nvm/commit/29dce5edfd0976f9a1728c5746715c24061fd404) **Action version:** v4.0.3 **Repro steps:** ``` - uses: actions/[email protected] with: node-version-file: .nvmrc ``` .nvmrc ```...
For testing: ```shell $ mkdir /tmp/test && cd "$_" $ npm init --yes $ npm i pino fast-copy minimisted cache-directory clone events $ find node_modules -type f -name '*.iml' $...
Apple uses ARM in Macs [since 2020](https://www.apple.com/newsroom/2020/06/apple-announces-mac-transition-to-apple-silicon/). ```shell $ sw_vers ProductName: macOS ProductVersion: 14.6.1 BuildVersion: 23G93 $ uname -m arm64 $ docker --version Docker version 27.1.1, build 6312585 $ docker...
https://docs.flipt.io/integration/server/grpc > Request a Client > Need a client in another language? Let us know! Please provide a Java GRPC SDK. https://github.com/grpc/grpc-java > gRPC-Java supports Java 8 and later. Even...
incompatibility with google-java-format: CatchFormalParameter is indented by 4 spaces instead of 2
```bash /var/tmp $ curl -L -O -s https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.14.1/checkstyle-10.14.1-all.jar /var/tmp $ curl -L -O -s https://github.com/google/google-java-format/releases/download/v1.21.0/google-java-format-1.21.0-all-deps.jar /var/tmp $ echo 'class CatchFormalParameterIndention{void test(){try{throw new UnsupportedOperationException();} catch(@SuppressWarnings("PMD.AvoidCatchingGenericException") Exception e){java.util.logging.Logger.getAnonymousLogger().severe(e.toString());}}}' > CatchFormalParameterIndention.java /var/tmp $...
#1096