Fork me on GitHub
#announcements
<
2021-07-02
>
oliy14:07:09

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

🚀 15
👍 3
borkdude16:07:17

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

👍 43
4
🚀 17
👻 4
😻 3
2
nate16:07:36

maybe a babashka pod?

borkdude16:07:47

certainly possible

borkdude13:07:50

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

Michaël Salihi20:07:33

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.

👍 5
👏 9
2
Michaël Salihi20:07:20

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

tatut04:07:30

nice, I'll check it out

👍 3
Michaël Salihi20:07:26

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