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.
mauricio.szabo 2020-12-16T02:14:19.183600Z

Are there any plans to sponsor people that are still on the GitHub's waitlist (because their country is still not eligible)?

alexmiller 2020-12-16T02:16:02.183800Z

we are evaluating some alternatives for cases like that

👍 1
javahippie 2020-12-16T09:42:05.194Z

clj-test-containers 0.4.0 was released! * Clojars: https://clojars.org/clj-test-containers * Changelog: https://github.com/javahippie/clj-test-containers/blob/master/CHANGELOG.md * Documentation: https://cljdoc.org/d/clj-test-containers/clj-test-containers/0.4.0/api/clj-test-containers.core The Testcontainers version was updated to the latest one, optimizations were made to copying resources to the containers, and a new function perform-cleanup! was introduced, which cleans up all resources which were created in a REPL session and could not be cleaned by the default mechanism. If you want to get a little more detail on the library, this week a session on the topic was uploaded on YouTube: https://www.youtube.com/watch?v=iViT_p02jDs

👍 12
wilkerlucio 2020-12-16T15:03:34.202Z

[com.wsscode/pathom "2.3.0"] is out! About this release: - If you didn't check in a while, defresolver is now smarter and can infer inputs and (some) outputs automatically, check the docstring for details - Removing alpha state from the library given it's been running without issues for a while, and API is not going to change - I expect this to be the latest feature release of Pathom, from now on its on maintenance mode and its likely to only get bug fixes from now on - reader3 is marked as experimental and its discontinued in Pathom 2, for the evolution of this use Pathom 3 Detailed changelog at: https://github.com/wilkerlucio/pathom/blob/master/CHANGELOG.md

👏 1
🎉 21