Paul
Paul
See the test. The default type converter would fail on first invocation and pass thereafter.
Some simple use cases were failing because of lack of type conversions.
and ancestors. Currently we can create an ui element that matches a property against a public static field that is defined in the class of the type of that property...
This fixes #87 (it was choosing the wrong function. The process for choosing the appropriate constructor / builder function would just choose the first one it found that matched the...
## Bug Report ### Steps to Reproduce: 1. Create a (dom/app with a ui/text element and set the :fill to a ui/color as in the 02_form.clj example application. 2. Look...
Request: It would be wonderful if java / clojure programmers could use this via a maven repository. I would be willing to put up some money for a bounty. I...
It seems that development has broken tests some time ago. Should we delete them for now?
I'd like to use slacker with I2P networking. This is a higher-latency socket-like (in fact it has Sockets) networking layer. It's synchronous / blocking however - unlike link / netty....
I get the following error when I use java 10: ``` Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) at...