Rachel Greenham

Results 6 issues of Rachel Greenham

This is a replacement for PR #1591 which was accidentally closed on the occasion of my attempting to move the work into a branch of my fork, rather than master,...

I'm getting this error: ``` > Inconsistent git describe: native was 8.3-pre and jgit was null. Please report this on github.com/palantir/gradle-git-version ``` Running with debug gets me a loong stack...

Mostly pasted from the offtopic post to the forum yesterday. :-) NB: This is now repeated with the version just now updated from https://launchpad.net/~wsnipex/+archive/xbmc-xvba-testing - which internally shows to be...

Windows has its own official port of OpenSSH these days: https://github.com/PowerShell/Win32-OpenSSH https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview Jsch doesn't work with it, because there's no SSH_AUTH_SOCK and presumably it wouldn't work if there was. But...

If you're using Streams in Java 8 sooner or later you'll want to use method references. There's a problem when you use the ::new method reference, as in: ``` java...

eo-yaml has a compile-time dependency on javax.json-api. That is, code that *uses* eo-yaml must have a compile-time dependency on javax.json or this happens: untitled.java: ```java import com.amihaiemil.eoyaml.*; void main() {...