Jannis Weis

Results 114 comments of Jannis Weis

Could you please elaborate on the explicit issue you are experiencing? Please provide steps to reproduce it

My goto way to do this is to specify the formatting using the config file for the eclipse jdt formatter (https://github.com/diffplug/spotless/tree/main/plugin-maven#eclipse-jdt), which you can simply export from eclipse after configuring...

You’ll have to be careful to configure both such that both config and plugin don’t contradict each other. Notably the eclipse config can be used both with eclipse and IntelliJ...

With version `3.0.0` most of the icons used by darklaf are now exposed through a public API in `com.github.weisj.darklaf.iconset.AllIcons` (It’s auto generated so can’t be found as source in the...

Darklaf does support this behaviour when enabling drag and drop for tabbed panes: https://github.com/weisJ/darklaf/blob/54bd006ad249dc98bd11b977532b99c7aad2ffca/core/src/test/java/com/github/weisj/darklaf/ui/tabbedPane/AbstractTabbedPaneDemo.java#L107 (Only the `putClientProperty` part is relevant)

I have already commented on this before: https://github.com/gurkenlabs/litiengine/pull/446#issuecomment-1010217817 I suppose thatched way the gpg key is passed isn’t working correctly i.e there is a line feed character before the word...

I suppose the in-memory key does not expect the `-----BEGIN/END PGP [...]-----` lines at the start/end of the key. You can try to remove it from the repository secret. If...

I have tested the setup locally and signing the artefacts works for me, so there must still be some issue with the gpg key you are passing. For comparison this...

You should remove the `-----BEGIN/END PGP [...]-----` part at the start and end of the key as well as replace any newline with the literal `\n`

Have you verified locally that building the snapshot from the commandline works?