Jack Park

Results 39 comments of Jack Park

It is now my intention to use that codebase as a framework for a different UI. Thanks!

Updated the pom to the latest Mesh version; the Server is now broken in terms of WebRootResponse now becoming MeshWebRootResponse which, when changed, propagates compile errors in handleImages due to...

Had to add the com.github.jknack.handlebars reference to pom.xml to get it to boot (running inside Eclipse). Boots, then this: java.lang.AbstractMethodError: io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl$Loader$1.content(Ljava/nio/charset/Charset;)Ljava/lang/String; at com.github.jknack.handlebars.internal.HbsParserFactory$1.parse(HbsParserFactory.java:76) which is the same bug I was...

Just curious: Meatier is licensed MIT; what happens when you switch to the action codebase in terms of license?

I shall reply by email, and thanks for having this conversation. I think license issues are worthy conversations so long as religious belief mechanisms don't get in the way. That...

@igor-dv That's exactly what I have in mind. What I am up against is a truly weak comprehension of React in the face of lots of experience with other node.js...

I am experiencing this very issue on an ubuntu 18 box with openjdk 11 and asking for 0.2.5-SNAPSHOT It clearly had the problem on 0.2.4 so I switched. Same code...

From what I'm reading, others reporting this issue elsewhere come up with a 64k limit on class method size in the jvm. See https://www.baeldung.com/java-code-too-large-error the method in realize.cljc does seem...