announcements

2026-03-20T14:11:44.589539Z

https://github.com/paintparty/bling - Hi-fidelity printing for Clojure, ClojureScript, and Babashka v0.10.0 Initial stab at an interactive documentation site - https://paintparty.github.io/bling/ Site features a dedicated UI for configuring and previewing error and warning callout blocks produced by bling.core/callout https://github.com/paintparty/bling/releases/tag/v0.10.0 was focused on: • Enhancing, refining, and refactoring the templating system for callout blocks. • Improving support for concise, humanized printing of Malli schema errors via bling.explain/explain-malli • Better support for hiccup templating with bling.core/bling

👍 1
👀 2
🎇 1
🎉 13
1
igrishaev 2026-03-20T18:20:14.871659Z

https://github.com/igrishaev/pg2 is out (a client for Postgres). • global options for column name transformation (kebab-case and similar) • improved IO, detection of remote disconnects • periodical connection health check in a pool Docs: • https://github.com/igrishaev/pg2/blob/master/docs/connecting.md (see fn-key) • https://github.com/igrishaev/pg2/blob/master/docs/pool.md (see "health check")

🎉 18