malli

2025-11-25T11:19:03.176429Z

Hello 👋 I know there's a json-schema transformer. Is there a way back? json-schema to malli?

opqdonut 2025-11-25T11:45:54.468859Z

Short answer: no Longer answer: check out https://github.com/metosin/malli/issues/54

2025-11-25T22:49:07.966259Z

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).

❤️ 2
opqdonut 2025-11-26T06:16:59.110309Z

I promise to take time to review this on friday!

🙏 1