ChristianCiach

Results 129 comments of ChristianCiach

> Am I supposed to see a new profile like palantir over here? Actually, no. You are supposed to see a new `Formatter implementation` below the profiles. The selected profile...

According to https://github.com/spring-projects/sts4/blob/4.15.1.RELEASE/eclipse-distribution/pom.xml this version of STS seems to be based on Eclipse 2020-09. This is probably the issue. But this should be easy to fix. You have to build...

> It's not actually, it might be wrong/outdated info? I'm not quite sure. See https://twitter.com/springtools4/status/1538049958376615936. It's based off 2022-06 Alright, thanks! I see now that I misinterpreted this part of...

That being said, I am not sure about the API while keeping backwards compatibility. In my eclipse-plugin I am currently using the ServiceLoader to retrieve an instance of `com.palantir.javaformat.java.FormatterService`, which...

I still would like to use the AOSP style with eclipse and I would greatly appreciate any kind of feedback from Google about the PR https://github.com/google/google-java-format/pull/251 The XML files for...

Please merge this! I just wasted hours trying to find out why setting the "--slave-user" option has no effect.

We have a similar use case, so I hope it is okay to add it to this issue. We are currently using kbld in the simpliest way possible: ``` kustomize...

It just occurs to me that I can probably workaround this issue by using a `Config` manifest (`kbld.k14s.io/v1alpha1`) where I can set `preresolved: true` for that image. I will update...

For the longest time I just assumed that `-p -g` is buggy, but I finally found this issue. Coming from `find`, this behaviour is a bit unexpected. What I find...

Sorry, I had no time to create a proper update site. You are welcome to compile my fork by yourself :) Since this won't be merged here, there is no...