/clojure-emacs/refactor-nrepl/issues/53
>
> On Tue, Jun 30, 2015 at 12:57 PM Robert Beaupre > wrote:
>
>> Is anyone else getting the following error with 1.7.0 when running lein
>> repl? All I did was ch
Is anyone else getting the following error with 1.7.0 when running lein
repl? All I did was change from 1.6.0 to 1.7.0.
#error {
:cause Wrong number of args (2) passed to: StringReader
:via
[{:
Hi there,
I am wondering what the best/recommended way to deal with serialization of
unknown types to JSON with clojure.data.json. For things like UUIDs and
SQL Dates, I get errors like this:
java.lang.Exception: Don't know how to write JSON of class java.util.UUID
With Clojure 1.4 is there an