This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-15
Channels
- # adventofcode (1)
- # beginners (79)
- # boot (23)
- # cider (15)
- # cljs-dev (14)
- # cljsrn (27)
- # clojars (4)
- # clojure (172)
- # clojure-dusseldorf (23)
- # clojure-india (2)
- # clojure-italy (1)
- # clojure-nl (23)
- # clojure-russia (43)
- # clojure-spec (29)
- # clojure-uk (70)
- # clojurescript (97)
- # clr (8)
- # cursive (10)
- # datomic (69)
- # events (3)
- # garden (12)
- # hoplon (120)
- # immutant (34)
- # lein-figwheel (9)
- # leiningen (4)
- # off-topic (4)
- # om (10)
- # onyx (51)
- # rdf (1)
- # re-frame (15)
- # reagent (23)
- # ring-swagger (8)
- # test-check (3)
- # untangled (96)
- # yada (1)
Doesn't look like anything to me: https://github.com/Day8/re-frame/releases/tag/v0.9.0
@danielcompton: That's the... best? Yeah, best version release notes ever.
You have @mikethompson to thank for that 🙂
That's not too surprising - if you wrote that I would worry you've been spending way too much time with him :)
Very interesting new tracing, and graphs! Awesome stuff 🙂
@danielcompton, i'm in a blank context: (require '[re-frame.core :as rf]) (do (rf/reg-sub :db (fn [x _] x)) @(rf/subscribe [:db]))
Nice to see a library project utilizing :closure-defines
🙂
So I lost my damn mind and made this… Someone might find it useful: https://github.com/yetanalytics/re-thread
@pbaille in a REPL context? Clojure or ClojureScript? Might be easiest if you post a reproducible bug to the tracker?
@milt super cool!
I've been idly thinking about this
@danielcompton thanks! Yeah, workers were kind of an idle hobby of mine for a while but I'm starting to find some compelling use cases.
@milt nice work. I'd encourage you to give a PR, adding to https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
@mikethompson thanks! Will do!