This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-06
Channels
- # adventofcode (71)
- # aleph (1)
- # announcements (6)
- # aws (1)
- # babashka (27)
- # beginners (60)
- # biff (7)
- # calva (3)
- # clj-kondo (3)
- # clj-yaml (1)
- # clojure (60)
- # clojure-europe (43)
- # clojure-nl (3)
- # clojure-norway (75)
- # clojurescript (16)
- # code-reviews (7)
- # css (4)
- # cursive (47)
- # datascript (4)
- # events (5)
- # fulcro (37)
- # gratitude (5)
- # hyperfiddle (4)
- # introduce-yourself (4)
- # joyride (23)
- # juxt (4)
- # malli (4)
- # membrane (64)
- # nbb (8)
- # off-topic (12)
- # other-languages (6)
- # pathom (6)
- # polylith (9)
- # random (3)
- # rdf (66)
- # reitit (3)
- # releases (2)
- # shadow-cljs (18)
- # tree-sitter (10)
Found a difference between [:sequential {:max 1} schema]
and [:? schema]
when transformed to a json-schema: https://github.com/metosin/malli/issues/793
Looks like none of the "malli.core/sequence-schemas" are handled by https://github.com/metosin/malli/blob/cda67420c215b0a8018e1adf70660826d1ba658f/src/malli/json_schema.cljc
A related question: What edition of JSON Schema is Malli targeting?
Some cleanup following the recent generator bugfix, including a function from schema -> code that generates generator. https://github.com/metosin/malli/pull/794
A related question: What edition of JSON Schema is Malli targeting?