Shevek
Shevek
I wish you could cooperate with https://github.com/netifi/gradle-flatbuffers-plugin/issues/2 on a Gradle plugin which automatically did the Right Thing. We have a diverse development team, and the cost of rolling out a...
The credential checks in global config all work, it can post a comment, etc but the credentials themselves don't seem to work in the job. The only reason clone works...
``` try (FileInputStream fis = ...) { InputStreamReader r = new InputStreamReader(fis); // ... } ``` This claims a filedescriptor leak from the InputStreamReader despite the fact that the ISR...