Hello 👋 I know there's a json-schema transformer. Is there a way back? json-schema to malli?
Short answer: no Longer answer: check out https://github.com/metosin/malli/issues/54
I have a pretty niche but precise documentation update surrounding mutable registries. It tries to clarify what Malli guarantees if you mutate a registry. In the same way that mutating a Var in Clojure won't always be picked up in all places unless you refresh, the same happens for updating mutable registries unless you reparse https://github.com/metosin/malli/pull/1244 The motivation is trying to understand why ref cycle detection works, even in the presence of mutating registries. Ultimately my conclusion was that if playing by the same rules as malli's caching in other places, it doesn't need to (it's user error).
I promise to take time to review this on friday!