Fork me on GitHub
#pathom
<
2019-11-20
>
pithyless18:11:18

Has anyone got a working example of aleph + muuntaja + pathom?

pithyless18:11:54

Playing around with Index Explorer, but I'm hitting an encoding error that looks eerily similar to this issue: https://wilkerlucio.github.io/pathom/v2/pathom/2.2.0/connect/exploration.html#_fixing_transit_encoding_issues

pithyless20:11:10

I've temporarily resolved this via a custom transit writer: https://clojurians.slack.com/archives/C0G922PCH/p1574275574049800

kszabo11:11:40

Another way to solve is to post/prewalk the index and remove every key that has a function as a value

kszabo11:11:49

but I did it the transit way as well