Fork me on GitHub
#re-frame
<
2016-11-28
>
cmath00:11:44

Are there any gotchas involving core.async + re-frame-dispatch ? In particular, I have a situation where a number of dom elements send core.async messages to a channel; then this channel, when certain conditions are met, fires off re-frame/dispatches.

mikethompson01:11:42

@cmath no issues I'm aware of - should be fine.

andre15:11:10

0.3.0-rc with the debugger

andre15:11:36

take a look guys

samueldev15:11:49

I've been short on time lately and haven't had a chance to use it, but will be using it extensively this week finally 🙂

andre16:11:51

@samueldev thank you, will be waiting your feedback 🙂

cmath17:11:07

Does reframe have a builtin way to do canvas? I'm looking for something of the form: declare a canvas, provide an ratom and a function -- whenever the ratom changes, call the function (which executes a bunch of canvas commands).

cmath18:11:10

@pesterhazy : draw-canvas-contents looks like exactly what I am asking for

samueldev18:11:34

@andre are you open to pull requests?

samueldev18:11:25

further; are you going to clojure conj? 🙂

andre18:11:19

only as a spectator in YouTube 😞

shaun-mahood20:11:05

@andre: re-frisk will be at the conj though :)

andre20:11:34

@shaun-mahood wow! btw 0.3.0 is much faster, prettier, easier to install, no more js path, just one call (enable-re-frisk!)

andre20:11:13

and data looks pretty in the debugger

gadfly36120:11:22

Any interest in adding re-frisk to re-frame-template (`+re-frisk`)? I have been wanting to add it, just been a bit busy lately. I am open to PRs 🙂

shaun-mahood20:11:47

@andre: awesome, in between flights right now so going to load it up!

andre20:11:19

@gadfly361 this one https://github.com/Day8/re-frame-template ? never used templates, i'll will dig in and definitely do PR

gadfly36120:11:55

yup, that's the one