This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-29
Channels
- # announcements (9)
- # aws (1)
- # beginners (133)
- # boot (2)
- # calva (94)
- # cider (48)
- # cljdoc (7)
- # cljsrn (22)
- # clojure (128)
- # clojure-europe (22)
- # clojure-finland (7)
- # clojure-greece (6)
- # clojure-losangeles (3)
- # clojure-nl (81)
- # clojure-spec (30)
- # clojure-uk (60)
- # clojure-ukraine (1)
- # clojurescript (45)
- # core-async (26)
- # cursive (18)
- # datomic (12)
- # defnpodcast (1)
- # duct (4)
- # editors (4)
- # emacs (6)
- # fulcro (37)
- # graphql (4)
- # jobs (2)
- # jobs-rus (1)
- # juxt (7)
- # kaocha (2)
- # leiningen (1)
- # nrepl (22)
- # off-topic (2)
- # re-frame (16)
- # reagent (8)
- # reitit (22)
- # ring-swagger (5)
- # shadow-cljs (81)
- # tools-deps (4)
New release of cloroutine : https://github.com/leonoel/cloroutine New feature : coroutine cloning New guides : delimited continuations + monads Follow up : https://clojureverse.org/t/cloroutine-v1/3300/15
Announcing the first release of [com.vodori/schema-forms "0.1.0"]
. Schema-forms is a library for converting prismatic schemas into JSON schema that is compatible with Mozilla’s react-jsonschema-form. It’s probably best suited for generating admin interfaces and the like. You can find more information in the readme here: https://github.com/vodori/schema-forms. Cheers!
react-jsonschema-form is absolutely brilliant. Very cool lib!
thanks! also big thanks to @U0GN0S72R for the leg up with schema bijections - helped solve some of the nuance in a clean way
nice! there is also schema-tools, which does conversion, but only for schema->swagger-json-schema (but also for clojurescript). pure json-schema is/was on the roadmap. https://github.com/metosin/schema-tools
Thanks! I had briefly tried the implementation in compojure-api/schema-tools when we were getting started but ultimately wanted something a little more tailored around react-jsonschema-form’s handling of polymorphic objects and abstract schemas, etc. I am sad we don’t yet support clojurescript.
I just wrote an (long overdue) overview of nREPL 0.6 https://metaredux.com/posts/2019/03/29/nrepl-0-6.html Enjoy!



Cognitect Labs' aws-api 0.8.283 is now available! https://groups.google.com/forum/#!topic/clojure/cOIF5cjAecI
hey guys I just published 0.3.0-snapshot2
version of Rata. This version adds supports for transaction middlewares. Let me know your thoughts
https://github.com/hiposfer/rata/tree/transact