Daniel Szmulewicz

Results 43 comments of Daniel Szmulewicz

Has the release of [transit](https://github.com/cognitect/transit-clj) any incidence over this discussion?

OK. Thanks. Just to be clear: is it up to everyone to build their abstractions on top of langohr for serialization/deserialization, or are there features/best practices/examples that can help when...

Thanks, Michael, I'll take the first suggestion for now. Coming from Ruby, I'm always surprised when there's no native data structures straight off the box. Not a big deal, but...

My guess is that you're missing the require in `build.boot`. ```clojure (require '[adzerk.boot-cljs :refer [cljs]]) ```

So, it appears to be indeed related to `data_readers.clj`. I've confirmed it in my fork. https://github.com/danielsz/depstar/commit/abd70e29135984d92dd61ee3d8e0c6d9295e4eaf Could it be that there is a problem around the multimethod dispatching to the...

Thank you, @seancorfield . That is good to know. Had I known about it at the time I was trying to make things work, I probably wouldn't have written [Meyvn](https://github.com/danielsz/meyvn),...

I noticed there is an older version on clojars. README only mentions local install.

The issue has been reported [upstream](https://clojure.atlassian.net/browse/CLJS-3253).

FYI, `system' at "0.4.3-SNAPSHOT" is incorporating the latest recommendation for the anti forgery token. Thank you.