This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-13
Channels
- # aleph (1)
- # announcements (14)
- # aws (8)
- # babashka (3)
- # beginners (49)
- # cider (6)
- # clara (7)
- # clj-kondo (58)
- # cljs-dev (17)
- # clojure (65)
- # clojure-dev (45)
- # clojure-europe (5)
- # clojure-italy (4)
- # clojure-nl (25)
- # clojure-norway (3)
- # clojure-uk (68)
- # clojurescript (10)
- # cursive (5)
- # datomic (12)
- # emacs (24)
- # fulcro (149)
- # hoplon (56)
- # kaocha (2)
- # luminus (18)
- # malli (7)
- # off-topic (12)
- # other-languages (82)
- # reagent (16)
- # reitit (7)
- # shadow-cljs (44)
- # spacemacs (4)
- # tools-deps (48)
- # xtdb (17)
Cut the first release of https://github.com/vodori/schema-conformer over the weekend. It’s a library that contains a more sophisticated general-purpose “matcher” for working with prismatic schemas. Useful when you want to coerce json data into richer edn data (strings->keywords, vectors->sets, iso-strings->datetime objects, etc).
👍 there is a list of 3rd party schema-libs in the schema repo, please PR that in do people will find this.
Will do, thanks
We've open-sourced proxy-plus, a library providing a replacement for Clojure's "proxy" that's 10x faster and more usable https://github.com/redplanetlabs/proxy-plus
There's no trade off, it's just better.
Well, it has a dependency on https://asm.ow2.io/ but since the impressive list of uses that should not be an issue. Maybee there are other pieces of clojure where asm could speed things up?
No reason, we just haven't updated the version we use internally in a long time.
Haven't filled out the State of Clojure 2020 Survey yet? Now's a good time: https://surveymonkey.com/r/clojure2020
I just released Fulcro 3.1.4 and Fulcro Inspect 2.2.1 Electron. This new version of inspect allows you to select the port on which the tool listens, and properly manages multiple client inspect sessions at once (i.e. two React native apps and multiple web apps can all be inspected at the same time). The new binaries of the electron app are here: https://github.com/fulcrologic/fulcro-inspect/releases/tag/2.2.1 You must use Fulcro 3.1.4 and above with this version.
