Fork me on GitHub
#announcements
<
2019-03-29
>
leonoel12:03:37

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

👍 12
rutledgepaulv14:03: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!

👍 12
Daniel Hines14:03:18

react-jsonschema-form is absolutely brilliant. Very cool lib!

rutledgepaulv14:03:22

thanks! also big thanks to @U0GN0S72R for the leg up with schema bijections - helped solve some of the nuance in a clean way

ikitommi15:03:01

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

rutledgepaulv18:03:09

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.

bozhidar18:03:15

I just wrote an (long overdue) overview of nREPL 0.6 https://metaredux.com/posts/2019/03/29/nrepl-0-6.html Enjoy!

👏 44
aw_yeah 8
🎉 20
sharkdance 12
cider 28
dchelimsky19:03:03

Cognitect Labs' aws-api 0.8.283 is now available! https://groups.google.com/forum/#!topic/clojure/cOIF5cjAecI

👍 16
carocad22:03:40

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