Daniel Compton

Results 360 comments of Daniel Compton
trafficstars

This might also be useful https://docs.oracle.com/javase/9/docs/api/java/lang/Runtime.Version.html, though not sure how far back it's available (only 9?).

@levitanong yeah it would, you could do some fancy loading stuff. Was just throwing it out there as an idea, though maybe not a great one.

@empperi I'm pretty sure the issue is actually with ClojureScript, not Figwheel, I can't see figwheel using `DatatypeConverter` anywhere. The next version of ClojureScript should fix this. See my post...

@jlo1 are you seeing exactly the same error? Can you print out the full stack trace and share which versions of ClojureScript and Figwheel you have? The error may be...

@kredati I could verify the same issues you had on https://github.com/bhauman/flappy-bird-demo. On that project, the dependencies were a bit older, so compilation would fail. I've made a [PR](https://github.com/bhauman/flappy-bird-demo/pull/8) to update...

@Jarzka that module is completely gone from the JDK in JDK11, hence needing to add it as a dependency. See https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/ for more details on the upgrade to JDK11.

@BrianMusson this is already merged, you can use it like this: ```shell TFENV_ARCH=arm64 tfenv install 1.0.2 ``` Note that 1.0.2 is the first release that was compiled for macOS arm64....

Hey, I'm happy to take patches to improve this further, or even a reproducing case to begin with. I can't reproduce this on todomvc (I know, not the best example)....

I've thought about this a little bit while developing 10x, and until recently I would have been 100% for this. Now with the new [AOT cache](https://clojurescript.org/news/2018-03-28-shared-aot-cache), I think this approach...