Fork me on GitHub
#portal
<
2021-05-06
>
plexus09:05:32

Has anyone floated the idea of handling records already? would be pretty useful...

djblue16:05:48

This probably use to work better when I was using transit for serialization but I ran into issues and decided to use my own mapping to json. It's protocol based and I only covered all the core clojure data structures, and everything else is treated like an opaque object.

djblue16:05:01

The hard part here is that when you tap> that record and select it in the UI, I want you to be able to retrieve the exact same object that was tapped.