om

Please ask the channel first, not @dnolen directly!
2017-05-05T12:49:17.329804Z

Can anyone give a use-case for tx-intercept?

2017-05-05T12:59:14.481749Z

Also, I have two transactions with follow on reads for :sections/sections. The query looks something like this:

(query [this]
    [{:sections/sections (om/get-query Section)}]
One of the transactions triggers a remote request with the full query, the other simply requests a remote read of :sections/sections, as though transform-reads has not done it's job of replacing with the full-query. Anyone know a reason for this? I'm not passing a reconciler to transact!, both receive components.

gardnervickers 2017-05-05T16:43:55.298734Z

@danielstockton We’ve been considering using it for sending analytics about app usage.

fenton 2017-05-05T18:24:53.369478Z

how do i call my parser function from the REPL such that my remote send function is also called?

fenton 2017-05-05T18:25:11.375617Z

specifically by my reader function