Erich Oliphant
Erich Oliphant
did some more digging, also see differences with `form` ```clojure user=> (m/form :non-empty-string) [:string {:min 1}] user=> (m/form ::qualified-non-empty-string) :user/qualified-non-empty-string ```
I agree, it sort of 'feels' more natural this way, 'extending' schemas in terms of others. We're using malli more like spec (attr-oriented, mutable registry, etc), enhanced with our own...
Was just about to add this ;). Mine is setup more or less to my liking so i don't have to change it much, but would be nice to have...
Yeah, seeing this since upgrading from 2.2.1 to 2.2.4
Great to hear. as far as use, a little of both :). yeah i looked through the source for the client stuff. I've just been poking around intertia's client source...
I've seen this problem as well. I thought it was a problem with the cljfx detection stuff, but that jdk11 jar being included explains it.
@seantempesta was that all you had to do? I've tried the explicit expansion, still no joy for my reactions
@seantempesta ok, thanks. Yeah, i'm looking at alternatives as well, I really wanted to use DS as I've got Datomic on the server, but probably will just go with specter...
I'm having this problem as well. I pull a deeply nested structure, but updating something down the tree, doesn't kick off a reaction.
I'm having the same problem with 2.4.2. I'm using the material theme (w/ no problem), but say the following in `src/site/globals/site.variables` isn't changing the primary color ``` /******************************* User Global...