Fork me on GitHub
#announcements
<
2022-11-28
>
Matthew Davidson (kingmob)01:11:01

True Grit 2.0.21 is now available! Your one-stop shop for adding resilience to your fns: circuit breakers, retries, bulkheads, timeouts, and rate limiters galore! I've bumped it up to 2.x to match the 2.x change in the underlying Resilience4j lib, but the API is completely backwards-compatible. The only breaking change is Resilience4j 2 now requires JDK 17+, so True Grit does too. True Grit now uses the MIT License. https://clojars.org/net.modulolotus/truegrit

🎉 14
😍 1
pez15:11:37

#joyride - An extension making VS Code hackable (in an almost Emacs sense of the word) was just updated - v0.0.25. Since last announcement we have the following changes: • Better performance (by using latest SCI) • Fix: https://github.com/BetterThanTomorrow/joyride/issues/108https://github.com/BetterThanTomorrow/joyride/issues/106https://github.com/BetterThanTomorrow/joyride/issues/102https://github.com/BetterThanTomorrow/joyride/issues/98`runCode`https://github.com/BetterThanTomorrow/joyride/issues/98https://github.com/BetterThanTomorrow/joyride/issues/92 (And quite a few more fixes.) We will demo some of this https://www.meetup.com/london-clojurians/events/286030325/.

👏 7
joyride 5
sci 5
oliy16:11:24

Hi all, martian 0.1.22 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: • date-time and int-or-string string formats https://github.com/oliyh/martian/pull/155, thanks https://github.com/jcdlbs • Objects with no properties (implicitly anything) and associated additionalProperties support https://github.com/oliyh/martian/pull/156, thanks https://github.com/jcdlbs • hato client in martian-test https://github.com/oliyh/martian/pull/158, thanks https://github.com/bombaywalla • cljs-http-promise in martian-test https://github.com/oliyh/martian/pull/159 This release fixes: • The cljs-http stub responder in martian-test now returns a proper asynchronous contex https://github.com/oliyh/martian/pull/159 This release improves: • The martian-test code example in the README https://github.com/oliyh/martian/pull/152, thanks https://github.com/rkirchofer • The respond-with (replacing respond-with-constant) function in martian-test now accepts functions as well as values https://github.com/oliyh/martian/pull/159

🎉 8
lilactown19:11:05

Announcing the first release of https://github.com/lilactown/helix-spec-alpha, a library for writing specs for React components defined using https://github.com/lilactown/helix. Some areas of exploration/experimentation that this opens up: • Instrumenting components at dev time and getting errors when they are passed invalid props • Generative testing of components using test/check • Integration with static analysis frameworks for checking props usage Currently available via git deps

🎉 9
❤️ 2