bodote

Results 22 comments of bodote

the problem is, that the message "No config file specified" is logged as Info (instead of at least a warning) and you don't see this right away, because for some...

... wouldn't it be possible to detect, that this is indeed a angular project, where the `npx stryker init` and the generated config file is essential ?

same error here, would like to share the file , but how do I know which file it was ? because I do format on save , and don't exactly...

I did it again, after removing my renovate account, now it somehow worked. I believe that the screenshots in the tutorial are not exactly up to date and have more...

I'm wondering where it is to be fixed: in the `idea-plugin` subdir code or in the `palantir-java-format` subdir of this repositories code, or in [`spotless-maven`](https://github.com/diffplug/spotless) ?

In order to debug the problem, I opened this project in Intellij 2024.1 with Java "openjdk@21" and "openjdk@17" installed on my MacBook. while the project does not build with openjdk@21...

what about just change `PalantirJavaFormatFormattingService.java` from ` request.onTextReady(formattedText);` to ` request.onTextReady(formattedText.trim() + "\n");`: ```java @Override public void run() { if (formatterService.isEmpty()) { request.onError( Notifications.GENERIC_ERROR_NOTIFICATION_GROUP, "Failed to format file because formatterService...

I can confirm that adding `.withEncryptData(true)` also works for me

i have opened the [pull request](https://github.com/spring-guides/gs-spring-boot/pull/167)

I already dug deeper into the source. The thing is, that there are different aspect ratios for raspi- screens. Of course I could (and already did) change values like `g5Width`...