This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-11
Channels
- # announcements (1)
- # babashka (70)
- # beginners (8)
- # calva (5)
- # cider (9)
- # clojure (48)
- # clojure-austin (68)
- # clojure-europe (29)
- # clojure-norway (30)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # cursive (19)
- # datomic (10)
- # emacs (11)
- # events (2)
- # exercism (4)
- # fulcro (2)
- # hyperfiddle (29)
- # introduce-yourself (2)
- # jobs-discuss (4)
- # kaocha (1)
- # leiningen (8)
- # lsp (8)
- # malli (2)
- # matcher-combinators (20)
- # nrepl (15)
- # off-topic (33)
- # reagent (7)
- # releases (4)
- # shadow-cljs (42)
- # spacemacs (6)
- # sql (6)
- # squint (10)
- # vim (3)
I’m trying to use https://github.com/taoensso/carmine DB results on my app (after being manipulated a bit). However I’m getting this error:
Unfreezable type: class next.jdbc.result_set$navize_row
This library does it serialization using https://github.com/taoensso/nippy, and they provide a functionality https://github.com/taoensso/nippy/wiki/2-Evolving-your-Nippy-data for unfamiliar data types, but I’m not sure how this data type is constructed to do so, what should I expect?
anyone might have been run into this issue before and solved it? thanks 🙏Have a looksee at this: https://clojurians.slack.com/archives/C1Q164V29/p1604939972284600
🙏 1
If you do a search in this channel for nippy
, you'll see others encountering the same issue.
Awesome! Thanks a lot