Fork me on GitHub
#portal
<
2022-06-22
>
djblue06:06:53

Just released https://github.com/djblue/portal/releases/tag/0.27.0 - A few small fixes and improvements ๐ŸŽ‰

๐ŸŽ‰ 7
bortexz11:06:20

Thanks for the quick fix on the sorted maps ๐Ÿ˜„ gratitude

๐Ÿ’ฏ 1
bortexz18:06:52

Hi, sorted-maps are now displayed in order, but it seems the inspector doesnโ€™t display them like maps yet, attached screenshot Nevermind, was using data.avl sorted-maps, normal ones are printing great!

djblue19:06:29

Hopefully the conversion is straight forward ๐Ÿคž

bortexz20:06:13

yes, data.avl maps are totally compatible with clojure ones, except they allow a few more fns. (into (clojure.core/sorted-map) avl-map) on datafy does the trick, my problem is that I sent a hash-map of 2 keys where each value was an avl sorted/map, assuming datafy would be recursive :man-facepalming:

๐Ÿ‘ 1