This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-28
Channels
- # aleph (4)
- # announcements (5)
- # babashka (28)
- # babashka-sci-dev (13)
- # beginners (63)
- # calva (76)
- # cider (113)
- # clara (7)
- # clj-kondo (42)
- # cljdoc (1)
- # clojure (170)
- # clojure-europe (20)
- # clojure-nl (17)
- # clojure-norway (3)
- # clojure-spec (12)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (55)
- # clojureverse-ops (1)
- # consulting (1)
- # core-async (9)
- # cursive (16)
- # data-science (1)
- # datascript (8)
- # datomic (27)
- # emacs (14)
- # events (1)
- # fulcro (10)
- # graphql (9)
- # gratitude (1)
- # jobs (6)
- # jobs-discuss (5)
- # leiningen (10)
- # lsp (35)
- # missionary (4)
- # nextjournal (9)
- # off-topic (46)
- # pathom (15)
- # pedestal (5)
- # polylith (37)
- # portal (15)
- # re-frame (22)
- # reagent (4)
- # reitit (5)
- # reveal (18)
- # shadow-cljs (20)
- # tools-deps (7)
- # xtdb (10)
I was using a https://github.com/stuartsierra/component in a clerk notebook, and was wondering if there was a way of ensuring that its was stopped when the var holding it was reevaluated?
you can opt out of caching for individual forms using :clerk/no-cache
metadata on the var or form
I tested out Enlive (XML query) from tutorial: https://github.com/swannodette/enlive-tutorial/blob/master/src/tutorial/scrape1.clj
Using version "0.1.179"
1. A map {:tag "html" :attrs {:lang "en" :op "news"}}
is displaying incorrect {:attrs [...] :attrs {:lang "en" :op "news"}}
, from both "page" and "select-keys"
2. Long scrollbar on the large result - some parts have lazy-loading [...] blocks but it's not after a consistent number of levels of nesting
3. When the large result is on the page, a change to any expression incl (+ 1 2)
takes 5-6 seconds to re-render, even though it is "evaluated in 50ms" on file change