sci

2023-10-24T08:07:41.010469Z

FYI, I ran into an error that was an interaction between sci (via malli) and datalevin. datalevin turns (pr-str #"a") into #datalevin/regex "a" and in my case this popped up in a custom malli validation with a regex where edamame didn't know about this reader tag.

borkdude 2023-10-24T08:31:16.944659Z

What do you expect SCI to do about this?

2023-10-24T08:31:47.373809Z

Nothing actually, just wanted to share since both are popular projects. I think it's a datalevin issue

👍 1
2023-10-24T08:33:26.976959Z

It is also an interesting case from a debugging perspective 🙈