This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-12
Channels
- # adventofcode (135)
- # announcements (1)
- # beginners (192)
- # boot (5)
- # calva (130)
- # cider (42)
- # cljdoc (4)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (222)
- # clojure-europe (2)
- # clojure-greece (5)
- # clojure-italy (24)
- # clojure-nl (23)
- # clojure-russia (1)
- # clojure-spec (6)
- # clojure-uk (67)
- # clojurescript (35)
- # cursive (39)
- # datomic (61)
- # emacs (17)
- # figwheel (3)
- # figwheel-main (2)
- # fulcro (12)
- # hyperfiddle (10)
- # juxt (3)
- # leiningen (10)
- # nrepl (35)
- # off-topic (34)
- # onyx (3)
- # pathom (6)
- # quil (5)
- # re-frame (29)
- # reitit (6)
- # ring (1)
- # ring-swagger (8)
- # shadow-cljs (37)
- # spacemacs (9)
- # sql (9)
- # tools-deps (24)
- # unrepl (1)
- # vim (1)
Massive braindump about clojure and graphs if anyone interested: https://www.reddit.com/r/Clojure/comments/a576pp/clojure_graphs/
karl is this the line in reagent which is nondeterministic? https://github.com/reagent-project/reagent/blob/master/src/reagent/ratom.cljs#L120
@alexandrkozyrev, here is a tip, you can set custom attribute renderers globally for your subdomain:
awesome feature
(fn [val ctx props] [hyperfiddle.ui.controls/code (-> val js/JSON.parse (js/JSON.stringify :space “\t”)) ctx (assoc props :mode “jsx”)])
works a bit better for json
can you please change a default placeholder for “renderer” field from “-” to smth like “click me to edit”. I spent about 5mins to find out how to open/edit this field
Thanks, ticketed
(fn [val ctx props]
[hyperfiddle.ui.controls/code val ctx (assoc props :mode "text")])
That gives you newlines, at least