announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
tony.kay 2021-03-08T00:38:15.271600Z

Fulcro 3.4.18 is on Clojars. This is a bugfix release that corrects a problem when returning a tree of data from a mutation that uploaded files. https://github.com/fulcrologic/fulcro

7
🎉 7
Ben Sless 2021-03-08T07:55:29.273100Z

Something I've been wondering about since coming across this project - if I understand correctly, the compiler targets the VM? Is your end goal something like gccemacs's native-compiler? Did you consider the approach of plugging in to Golang's compiler internals and just generate ASTs directly from the code? That would require dynamic linking at runtime and I'm not sure if that's even possible

➕ 2
2021-03-08T14:10:35.278700Z

Hi everyone, I'm pleased to announce the 0.1.16 release of Martian https://github.com/oliyh/martian Martian is an HTTP abstraction for Clojure/script, making calling remote API endpoints just like calling a function. It supports Swagger, OpenAPI and local API descriptions and can be used with any http library. This release adds support for: • Keyword -> string coercion https://github.com/oliyh/martian/issues/105 • Document and optionally merge default values https://github.com/oliyh/martian/issues/18 This release improves: • Behaviour parsing OpenAPI v3 schemas when encountering an unexpected schema https://github.com/oliyh/martian/issues/103

👽 13
🙌 1
1
lispyclouds 2021-03-08T14:32:41.281300Z

Hello! Made this tiny lib for doing spec-first servers using #reitit and #malli: https://github.com/lispyclouds/navi Converts OpenAPI route definitions to Reitit routes and uses Malli for request coercion. Quite experimental and not quite ready for serious use. Hopefully its useful to some of you! 😄

👍 4
1
❤️ 5
😎 2
🎉 5
orestis 2021-03-08T15:44:09.283500Z

I was dreaming about this some time ago, thanks for releasing it :)

lispyclouds 2021-03-08T15:46:31.283700Z

😄 hope this is useful to you! looking forward to making it more robust!

blak3mill3r 2021-03-08T22:37:41.285300Z

Great idea!