Matt Krick
Matt Krick
there's a lot to dig into & i'm not sure i grok it all, but if stale data is getting to the view layer, then it has more to do...
I think the goal of cashay is to have a declarative API (except for mutations, but that's for v2). In other words, you should tell it what you want to...
if we know the name of the query, then do we even need to use a directive? Why not just make it a standard query & then diff out the...
here are the embedded assumptions in that: - calling `todo` with the same args will return the same result - calling `todo` will return a document - calling `todo` will...
definitely, i hear ya, it's a solid proposal. what would you propose to do about arrays of todos? For example let's say on 1 page you have a `getTop50Todos`. Then,...
`@cached` already handles unions, although i'm not sure how well...works for me at least :smile:
Did you set up the redux store for your tests? On Oct 31, 2016 9:18 AM, "Dustin Farris" [email protected] wrote: > I'm running acceptance tests in Ember. The tests pass...
Whoa! Thats interesting. I could use indexOf, startsWith is just a little more expressive On Oct 31, 2016 10:33 AM, "Dustin Farris" [email protected] wrote: > Think I figured it out....
ah, now that we don't have the polyfill, it doesn't have `startsWith`?
I'd say 6 LTS, although I think 4 would work On Nov 25, 2016 11:24 AM, "Dustin Farris" wrote: > Well the fact that I was using node v0.12.6 probably...