-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Appreciate you efforts here, this is a cool library.
user> (require '[balloon.core :as b])
nil
user> (b/deflate {1 {:a 1}})
{:1.a 1}
user> (b/deflate {(random-uuid) {:a 1}})
Execution error (ClassCastException) at balloon.core/keys->deflated-key$fn$iter$fn$fn (core.cljc:22).
class java.util.UUID cannot be cast to class clojure.lang.Named (java.util.UUID is in module java.base of loader 'bootstrap'; clojure.lang.Named is in unnamed module of loader 'app')I get that the result might not be pretty, but we have a lot of maps like this that this library might help with a lot.
Thanks in advance for your time and consideration.
Metadata
Metadata
Assignees
Labels
No labels