Fork me on GitHub
#portal
<
2022-11-28
>
Lukas Domagala16:11:48

not sure this is a portal problem or if I’m doing something stupid: I’ve got a map that’s the result of a poremesa/let and when I tap> that into portal I get something like this #ref 28748 which does make sense, but there seems to be no way to send the actual value to portal or to go from the #ref to the contents? derefing doesn’t work since the type of it is just clojure.lang.PersistentArrayMap Datafy stuff works but is cumbersome to navigate into a “normal” map. Any ideas?

djblue03:11:03

This is probably a bug in the serialization, not sure what it could be though :thinking_face: What version are you running?

djblue03:11:28

I recently fixed some stuff around special double values, which would cascade into other issues

Lukas Domagala03:11:00

Mhh, just upgraded yesterday. I'll check the exact version tomorrow and also try with a different one

🙏 1
Lukas Domagala18:11:11

I tried with “0.26.0” and got nil instead of #ref 28748 I’m not sure what I should do to tap the content though, since the type of the thing is already correct and derefing also doesn’t seem to work 😅