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.
2021-07-02T14:36:09.405900Z

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

👍 1
🚀 5
borkdude 2021-07-02T16:21:17.407400Z

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}}

👍 13
1
1
👻 1
😻 1
🚀 5
borkdude 2021-07-03T13:56:50.419100Z

I now provided pre-built binaries for linux and macos: https://github.com/borkdude/specter-cli/releases

nate 2021-07-02T16:36:36.408200Z

maybe a babashka pod?

borkdude 2021-07-02T16:36:47.408400Z

certainly possible

2021-07-02T20:04:33.415Z

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.

👍 2
1
👏 4
2021-07-05T20:29:20.436400Z

@tatut Because we talked about SSR together, a little ping to let you know that this is done if you curious about it.

tatut 2021-07-06T04:24:30.437300Z

nice, I'll check it out

2021-07-02T20:06:26.415900Z

P.S. For the curious checkout the ssr branch of the repo: https://github.com/prestancedesign/pingcrm-clojure/tree/ssr