I am trying to validate a server-side form with spec (so Clojure not ClojureScript) and I am a little lost about where to start to formulate human readable error messages. Is https://github.com/alexanderkiel/phrase the de-facto library for that?
I’ve always used expound for that