Caspar MacRae
Caspar MacRae
Hello, I started watching this issue as experienced same/similar problems as per the original comment with those and subsequent releases of RaspiOS lite arm64. My issue appears to be with...
@lurch thank you so much - absolutely made my day. I'd never heard of "UAS quirks" until your post. Added the [workaround as described in the forum post](https://forums.raspberrypi.com/viewtopic.php?t=245931) linked from...
For me it seems to honour existing tab indentation... I'm not complaining :-)
@ggam knew the copy+paste+PR was always going to be the easier bit... I was hoping for reprieve on grounds of harmless historical illegality. Wasn't aware of the exact IP details,...
@ggam yes I messaged the spec leads (one was busy, one responded positively) and then my local JUG (Martijn Verburg responded positively and kindly agreed to champion this, including the...
This isn't an issue specific to Bootstrap - in order to distribute a library with external dependencies, some indirection around resolution is clearly needed (or otherwise hardcoded CDN URIs) Native...
@XhmikosR, please see #36017 (pipes not yet run)
Hi, While I understand that JSR305 != FindBugs/SpotBugs, I don't understand the statement > JSR305 is already Dormant status, so SpotBugs does not release jsr305 jar file. Please continue using...
@KengoTODA, I've done the preliminary work in a couple of repos: - https://github.com/earcam/spotbugs/tree/jsr-305 - https://github.com/earcam/jsr-305 Built with `gradlew build` and all tests are passing. The jsr-305 project is refactored as...
The issue is that FindBugs JSR305 causes a split package with module [java.xml.ws.annotation](https://docs.oracle.com/javase/9/docs/api/java.xml.ws.annotation-summary.html) which creates a [world of pain](http://openjdk.java.net/jeps/261#EE-modules) for Java >= 9 Releasing javax.* without Oracle approval is a...