This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-02
Channels
- # announcements (9)
- # asami (5)
- # babashka (16)
- # beginners (134)
- # chlorine-clover (3)
- # cider (15)
- # clojure (75)
- # clojure-australia (3)
- # clojure-europe (29)
- # clojure-nl (2)
- # clojure-uk (15)
- # clojured (4)
- # clojurescript (34)
- # cursive (9)
- # datomic (16)
- # duct (7)
- # events (4)
- # fulcro (2)
- # helix (5)
- # honeysql (4)
- # jobs (9)
- # lsp (55)
- # malli (31)
- # music (3)
- # re-frame (3)
- # reitit (1)
- # remote-jobs (1)
- # ring (3)
- # sci (5)
- # shadow-cljs (46)
- # specter (3)
- # tools-deps (60)
- # vim (5)
- # xtdb (15)
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
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.
@U11SJ6Q0K Because we talked about SSR together, a little ping to let you know that this is done if you curious about it.
P.S. For the curious checkout the ssr
branch of the repo: https://github.com/prestancedesign/pingcrm-clojure/tree/ssr