Jeff Pickhardt

Results 69 comments of Jeff Pickhardt

@blackxored I believe this would fix it. https://github.com/ekosz/redux-falcor/pull/26 ?

Instead of `reduxFalcor(fetchFalcorDeps, component)` I propose `reduxFalcor(component, fetchFalcorDeps)` for backwards compatibility. The second param `fetchFalcorDeps` would be optional, like this: ``` fetchFalcorDeps = fetchFalcorDeps || wrappedInstance.fetchFalcorDeps; ```

Hi @Autarc, what was the purpose of renaming `update` to `updateFalcorCache`? Also, would my proposal in https://github.com/ekosz/redux-falcor/issues/22 help instead? It would allow passing your own `fetchFalcorDeps` as an optional parameter,...

I've added a bunch of tests over the past week or so.

I'm on 0.1.23 now, just wanted to let you know that a new alert would pop up immediately after I hit "OK" on the existing alert. So it was hard...

I don't have the problem any longer since I've upgraded. I just was letting you know about the bug.

I'm leaning towards closing this as not a bug. It does say it should be between 1 and 10000 inclusive... which means 0 isn't included. I just double checked and...

Can you share the HTTP request you're making?

Hey guys, I can merge this, let me check with jubos first though.

All tests are currently passing. Looks like I need @jubos to take the action here in order to use CircleCI. I will leave this open as a feature request to...