Fork me on GitHub
#malli
<
2020-12-31
>
eoliphant20:12:39

Hi, I’m using malli ‘spec’ishly’ with the mutable custom schema suggested in the readme. One annoyance I’m running into is the need to set the malli.registry/type to custom as a JVM property in quite a few places. I’n the current case, I’m running a Fulcro app as a Datomic ion. I ended up needing to set the property to run shadow-cljs itself (not just setting it as a closure define), the ion cmd line tools, etc, and I’m calling System/setProperty directly in code in the server entry points to try to make sure it’s set there as you can’t really set system props for the server runtime. Just wondering if longer term there might be a better way to handle this