This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-18
Channels
- # announcements (4)
- # aws (24)
- # babashka (118)
- # babashka-sci-dev (18)
- # beginners (56)
- # calva (2)
- # clojure (54)
- # clojure-dev (8)
- # clojure-europe (25)
- # clojure-gamedev (5)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (2)
- # conjure (1)
- # core-async (1)
- # data-science (3)
- # datomic (5)
- # emacs (8)
- # fulcro (4)
- # hyperfiddle (12)
- # interop (1)
- # jackdaw (4)
- # lsp (5)
- # mid-cities-meetup (5)
- # nbb (32)
- # off-topic (21)
- # reitit (5)
- # shadow-cljs (12)
- # sql (8)
- # vim (18)
- # xtdb (9)
Clerk, Local-First Notebooks for Clojure, version 0.9.513 is out!
New features:
• 🌟 Valuehash ⚛️: treat clojure.core/deref
expressions separately in the dependency graph and attempt to compute a hash at runtime based on the value of the expression. This lets Clerk see an updated value for these expressions without needing to opt out of Clerk's caching using ^:nextjournal.clerk/no-cache
(#187).
• ⭐️ Expand indicators & allow option-click to expand all siblings. This adds an affordance to make it obvious that collections can be expanded. In addition, we support Option-Click to expand all sibling nodes on a level.
• ⭐️ Add nextjournal.clerk/eval-cljs-str
that can be used to provide viewer :render-fn
s from other sources. Defining them in a separate .cljs file makes linting work on them.
• 💫 Add docstrings for Clerk's public API in nextjournal.clerk
.
https://github.com/nextjournal/clerk/blob/main/CHANGELOG.md#09513-2022-07-18
Channel: #clerk
On behalf of #nextjournal, enjoy!
Hi everyone,
I wrote a blog post explaining the usage of the new :kit/htmx
module that can be used to get started with the development of the https://htmx.org/ based applications with https://kit-clj.github.io/.
You can check it out here: https://marko.euptera.com/posts/htmx-kit.html
Cheers,
Marko
@U02T2S42SMD Congrats! #news-and-articles might be a better place for these sorts of posts :)
@U04V15CAJ you're right. I noticed that I posted to the wrong channel only after damage has already been done. Will be more careful in the future.