This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-12
Channels
- # announcements (5)
- # babashka (1)
- # beginners (193)
- # calva (79)
- # cider (18)
- # clara (4)
- # clojure (38)
- # clojure-europe (12)
- # clojure-france (8)
- # clojure-nl (12)
- # clojure-sweden (1)
- # clojure-uk (50)
- # clojurescript (37)
- # conjure (30)
- # cursive (3)
- # data-science (2)
- # datalog (7)
- # datomic (12)
- # events (2)
- # expound (3)
- # figwheel-main (1)
- # fulcro (45)
- # graalvm (1)
- # jobs (1)
- # jobs-discuss (11)
- # luminus (1)
- # malli (5)
- # off-topic (32)
- # reagent (6)
- # reitit (32)
- # shadow-cljs (25)
- # spacemacs (2)
- # sql (22)
- # vim (6)
Hi everyone, The release 0.3.0 of PGMig is out. PGMig is a standalone PostgreSQL Migration Runner using Migratus. It's just like Migratus but it is compiled into a native binary. It can be used to execute sql migrations while developing without a lein plugin but it is also useful a as blazing fast init container for apps that are deployed to Kubernetes. What's new: - The latest and greatest Migratus - GraalVM updated to 20.1.0 - The docker build now uses the official graalvm-ce as a base image - Pre-built x86_64 linux docker image is available at [dockerhub](https://hub.docker.com/r/leafclick/pgmig) Gihub: https://github.com/leafclick/pgmig Enjoy, Kamil
Released 0.1.14 of cartus, now with a custom clojure.test assertion for checking that log events have occurred. https://github.com/logicblocks/cartus
Documentation for the logged?
assertion: https://logicblocks.github.io/cartus/getting-started.html#testing-for-log-events
#cljfx 1.7.5 is released! This release might be interesting for cljfx users who use contexts and subscriptions in their projects because it simplifies writing subscriptions — see https://github.com/cljfx/cljfx/blob/master/CHANGELOG.md#175---2020-08-12 for details.
Indeed useful to know. Thanks @U47G49KHQ @UPBGWFUM7!