Ben Tatham
Ben Tatham
I am trying to use graphql-java-tools to wrap my vertx/reactivex with jooq application. For now, I'm trying to just use the default generic wrappers, so I convert all my reactivex...
The [eclipse-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml) specifies that javadoc should always be the "basic" format: ``` The basic formatting of Javadoc blocks is as seen in this example: /** * Multiple lines of Javadoc...
As per the Java Style Guide: > If there are both static and non-static imports, a single blank line separates the two blocks. But the [eclipse-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml) specifies a value of...
I am having issues getting headlamp to connect to my AWS EKS cluster. It works fine in OpenLens and kubectl. Not sure how headlamp connects, but perhaps it needs additional...
Using influxdata/influxdb 4.12.5 If you pass large integer values eg: ``` config: data: max-values-per-tag: 10000000 ``` yaml converts that to `1e7` in the toml file, which then influx chokes on...
When jdom writes a close of an empty element, it always leaves a space like: ``. It would be great to be able to configure this to not leave the...
I'm not 100% sure if this _isn't_ possible now, but I can't find it. In our electron app, we are using a native library that requires settings the UAC Execution...
Prior to May 30, everything was fine in our extensions of the maven images (3.8.5-eclipse-temurin-11 specifically), but as of the latest updates (id 7fc2f17ef11d worked, but the 7278ed17f460 does not)....
I have an inner class (enum actually), and depending on how the ModuleAdapter is generated, I get different results. The `@Provides` is in a separate project from the `@Inject` point....
It would be great to have a published docker container to be used as an `init container` to keycloak kubernetes/helm installations, along with instructions to integrate that.