Ned Twigg
Ned Twigg
Gradle configuration cache requires task state to be round-trip serializable. As outlined at #987, this is a signficant constraint on plugin developers and it slows down the end-user experience of...
I've got an M1 mac. Sometimes I need an aarch64-native JVM, but othertimes I need an x86_64 JVM under rosetta translation. It would be great for asdf-java to support this....
I've got a vanilla installation of Eclipse 4.4.1. Steps to reproduce: Unzip a clean Eclipse 4.4.1 (an SDK build from http://mirror.netcologne.de/eclipse//eclipse/downloads/drops4/R-4.4.1-201409250400/) Add the update site `http://www.jnario.org/updates/releases/` I can see version...
Thanks very much for this plugin! It's served me well for a very long time - steady and stable :) Of my 3 uploading tasks, 2 are now failing, while...
The `format` task applies the format, which is great. It would be awesome if there was a `checkFormat` task, which was added as a dependency to the `check` task, but...
Spotless applies itself to the files on disk. However, when git makes a commit, it does not use the files on disk, it uses the staging area. If you do...
WTP is significantly more complex than the rest of the Eclipse formatters. Finishing this is not going to make the top of my TODO list for a long time, and...
The Spotless core has few dependencies. During plugin configuration, we add maven dependencies which get downloaded in the normal way. There are some exceptions where we use non-maven formatters. For...
- Follow-up to https://github.com/diffplug/spotless/pull/1945#discussion_r1429797680
Glossary
- **FormatterStep** - a named function which turns one string into another string - **Formatter** - fully determines the formatted content of a file by combining a list of **FormatterStep**s...