Björn Kautler
Björn Kautler
While it is strictly spoken no monospaced font due to the font-awesome replacements, wouldn't be better to claim it is in this case?
I mean the options when downloading, for character alternatives and width and height
With antialiasing set to subpixel method, all the ligatures are totally wrong and the code becomes unreadable. I tested this in jEdit and in IntelliJ IDEA. If you change to...
Found in idea.log ``` 2018-07-04 17:13:57,520 [ 86208] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: ASM) or icon jar:file:/D:/Dateien/.IntelliJIdea2018.1/config/plugins/ASM-BO/lib/ASM-BO.jar!/images/asm.gif ```
The buildSrc project is an integral part of a build and it would be nice if your version checks could also be done there automatically. As a manual workaround I...
It would be nice if the Gradle wrapper JAR version would also be verified. It is not necessary to check for "latest", but it would imho be sufficient to check...
When using Kotlin/JS, you declare depencencies like ```kt dependencies { implementation(npm("@actions/core", "1.2.3")) } ``` but it seems these are not handled by this plugin. Would be amazing if they were....
I have Spotbugs with multiple version in different configurations. The cause for this is, that I use the latest stable release 3.1.12 for the actual analyzing, but I use the...