Thomas Spellman
Thomas Spellman
I ran into this problem recently where my virtual machine app was taking between ~5min and ~25min to start up. I wound up downgrading from buddy/buddy-core from 1.6 to 1.4....
I've been using this fork for a while on a client and a java backend. The auth api still needs some love. I included some sample code in the README...
@flyboarder I saw that after I did more or less similar work on the matchbox port. I chose to update matchbox directly rather than adding an external dependency on that.
I have a branch with Clojure support ... I'll find it and share it when I'm back at my computer tomorrow. On Jul 23, 2017 12:02 PM, "Matthew Ratzke" wrote:...
@rhacker Here's the branch that I've worked on to include Clojure support: https://github.com/thosmos/matchbox It still needs some improvements to the auth workflows, but I'm using it in production ... you...
It built after I ran `mvn package` first in the `common` folder, then in the root folder.
It is now passing the point where it was throwing the error before, but when I actually call .sampleRaster() the values are weird. Would you like a sample image to...
Harald, thanks for looking into it. Yes the problem I was seeing was that values that were expected to be in the 500.0 to 1700.0 range were clamped to 1....
OK, I've made a PR #389 that adds the sample file and a failing test for the getSampleFloat() call.
OK, thanks for the info. I may look into implementing readRaster() at some point as well.