This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-18
Channels
- # ai (2)
- # announcements (11)
- # beginners (34)
- # biff (14)
- # clerk (14)
- # clj-kondo (25)
- # clojure (27)
- # clojure-austin (1)
- # clojure-conj (6)
- # clojure-denmark (1)
- # clojure-europe (20)
- # clojure-hamburg (1)
- # clojure-nl (1)
- # clojure-norway (28)
- # clojure-uk (2)
- # clojuredesign-podcast (6)
- # clojurescript (43)
- # cursive (4)
- # data-science (2)
- # emacs (9)
- # hyperfiddle (9)
- # introduce-yourself (2)
- # jobs (3)
- # lsp (32)
- # missionary (31)
- # nbb (8)
- # off-topic (23)
- # rdf (23)
- # re-frame (10)
- # reitit (11)
- # releases (3)
- # rewrite-clj (4)
- # shadow-cljs (7)
- # specter (6)
- # sql (7)
- # xtdb (7)
Hi all, martian 0.1.23
has been released.
martian is a library providing abstraction over your http client, supporting Swagger, OpenAPI and your own custom definitions.
https://github.com/oliyh/martian
This release adds support for:
• Babashka! https://github.com/oliyh/martian/pull/165 thanks https://github.com/borkdude
• explore
return value now indicates deprecated endpoints https://github.com/oliyh/martian/pull/164 thanks https://github.com/wkok
• Support for local file definitions https://github.com/oliyh/martian/issues/174 https://github.com/oliyh/martian/pull/175
This release improves:
• Upgrade clj-http-lite implementation https://github.com/oliyh/martian/issues/170
• Remove old notice from README https://github.com/oliyh/martian/pull/173 thanks https://github.com/The-Alchemist
here's a teeny hooks-based state-management thing for #helix based react apps : https://github.com/mccraigmccraig/deepstate
and here's a manifold-like async streams API which also does ClojureScript, error propagation and chunking : https://github.com/yapsterapp/promisespromises
Two out of two for fantastic names 😄
so great to see this out in the wild! I’ve had the pleasure of using promisespromises
extensively when working at Yapster and I wouldn’t want to be doing stream processing any other way; congrats on the release @U0524B4UW 🐶
Not sure if this is the place for it, but I just created #portfolio to discuss https://github.com/cjohansen/portfolio - a visual REPL like devcards/storybook in ClojureScript. Just did a presentation on it that will be available on YouTube eventually, and someone suggested creating a channel 🙂
Announcing v0.30.0 of the #emmy computer algebra system… this is the first release since the rename from “sicmutils”, and features some wonderful @colins work on making function compilation really fast, plus a new site (!!) at https://emmy.mentat.org/, a logo, and a https://emmy.mentat.org/#project-template. • GitHub: https://github.com/mentat-collective/emmy • Clojars: https://clojars.org/org.mentat/emmy • release notes: https://github.com/mentat-collective/emmy/releases/tag/v0.30.0 This release sets the stage for more interactive animations like this https://emmy-viewers.mentat.org/dev/examples/simulation/toroid.html example, or this https://emmy-viewers.mentat.org/dev/examples/simulation/quartic_well.html .