Fork me on GitHub
#re-frame
<
2016-12-15
>
shaun-mahood03:12:18

@danielcompton: That's the... best? Yeah, best version release notes ever.

danielcompton03:12:14

You have @mikethompson to thank for that 🙂

shaun-mahood03:12:22

That's not too surprising - if you wrote that I would worry you've been spending way too much time with him :)

richiardiandrea03:12:11

Very interesting new tracing, and graphs! Awesome stuff 🙂

pbaille08:12:57

@danielcompton, i'm in a blank context: (require '[re-frame.core :as rf]) (do (rf/reg-sub :db (fn [x _] x)) @(rf/subscribe [:db]))

pbaille08:12:27

with: [re-frame "0.9.0-beta1"]

martinklepsch12:12:49

Nice to see a library project utilizing :closure-defines 🙂

milt18:12:20

So I lost my damn mind and made this… Someone might find it useful: https://github.com/yetanalytics/re-thread

danielcompton20:12:13

@pbaille in a REPL context? Clojure or ClojureScript? Might be easiest if you post a reproducible bug to the tracker?

danielcompton20:12:46

I've been idly thinking about this

milt20:12:26

@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.

milt23:12:11

@mikethompson thanks! Will do!