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