This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-11
Channels
- # announcements (1)
- # aws (1)
- # babashka (1)
- # beginners (41)
- # bristol-clojurians (2)
- # clara (2)
- # cljs-dev (7)
- # clojure (18)
- # clojure-europe (1)
- # clojure-finland (2)
- # clojure-uk (9)
- # clojurescript (5)
- # community-development (2)
- # data-science (14)
- # events (1)
- # fulcro (12)
- # joker (12)
- # malli (2)
- # reitit (1)
- # xtdb (1)
Upcoming:
(-> (m/explain
[:map {:closed true}
[:orders boolean?]
[:deliver boolean?]]
{:orders true
:deliverz true})
(me/with-suggestions)
(me/humanize))
;{:deliver ["missing required key"]
; :deliverz ["likely misspelling of :deliver"]}
Added a couple of schemas I’m using to a public repo https://github.com/RokLenarcic/malli-schemas