carmine-streams 0.1.3 has just been released 🎉 • fixes an edge case when a consumer's pending message has been deleted from the stream • adds a utility to clear pending messages from a group or particular consumer carmine-streams is a library that sits on top of carmine to provide a nicer api for working with redis streams https://github.com/oliyh/carmine-streams
Made a native CLI to execute Specter expressions on EDN from stdin. https://github.com/borkdude/specter-cli Mostly because of the challenge to make Specter work with SCI, but if this turns out to be useful, I'm willing to provide pre-built binaries. Lemme know! EDIT: now with pre-built binaries for macOS and linux
$ echo '{:a {:aa 1} :b {:ba -1 :bb 2}}' | ./specter -e '(transform [MAP-VALS MAP-VALS] inc ?)'
{:a {:aa 2}, :b {:ba 0, :bb 3}}
I now provided pre-built binaries for linux and macos: https://github.com/borkdude/specter-cli/releases
maybe a babashka pod?
certainly possible
Ping CRM full stack Clojure/Script SPA online demo support now server-side rendering: https://inertia.prestance-design.com/ It use a light Nodejs Express back end + Inertia written in ClojureScript: https://github.com/prestancedesign/pingcrm-clojure/blob/ssr/src/cljs/pingcrm/ssr.cljs It's in early state but the "Inertia stack" can now be use for app whose performance & SEO is very important.
@tatut Because we talked about SSR together, a little ping to let you know that this is done if you curious about it.
nice, I'll check it out
P.S. For the curious checkout the ssr
branch of the repo: https://github.com/prestancedesign/pingcrm-clojure/tree/ssr