Tommi Reiman
Tommi Reiman
from Slack: ```clojure [:and [:map-of ::at-context :any] [:map ["@context" {:optional true} ::context]]] ``` could be presented as: ## 1) ::m/default with a fallback map-schema * `::m/default` would validate just the...
@cap10morgan, I also did a quick check on the impl today, have validation, explain and transformation almost done, will push A draft PR in few minutes. I think "have any...
Was about to "claim" this on slack, but didn't think you would have time for this immediately, thanks for thinking about this! Please check the PR, if the implementation strategy...
60% done in #871
closed via #871
Assigning myself to this
Thanks, will check that.
I think I have a found a fix for this: 1. new `ctrl.merge` implementation, replacing `meta-merge` (allows also replacing a brach of a tree with `nil`!) 2. hooking it to...
proposing #626 as a fix for this.