Joachim Durchholz
Joachim Durchholz
Essentially, treat field values as an additional level below field names. Needs a cutoff though, i.e. conflate all values below a certain percentage threshold (10% maybe) under "others". Otherwise, each...
Here's some SVG weirdness to observe: 1. Open this issue in Firefox. 2. Look at the image shown below; the anvil has a white fill. 3. Click on the image....
### Expected Behavior Given a Gradle project in directory `$PROJECT_DIR`, ``` org.gradle.java.home=.jdk ``` should be interpreted to mean `$PROJECT_DIR/.jdk`. ### Current Behavior (optional) `org.gradle.java.home` is left uninterpreted, i.e. uses whatever...
**At-your-discretion PR** I just finished backporting H2 to Java 8. This PR contains the results, both to let you officially know, and for you to decide what to do with...