Ed Dorsey

Results 18 comments of Ed Dorsey

:+1: on a little guidance on getting this into a project easier. I'm wondering though if this helper will be made obsolete by the new HTMLBars and that's why there...

@sdhull I think I had the same issue as you when using the `{{#each}}` helper. I just explicitly provided the model and it worked. See my issue here #6 ```...

Would love to see this. Would it make sense to somehow use the `links` property of the payload rather than whatever might be in `meta`? The json api doesn't set...

@broerse Not to say that ember data won't make use of the `meta` field for pagination but I think that function is just a general way to access `meta` info...

Didn't look into this too much but could this be similar to issue #85? Perhaps `result2` is actually the `retryCount` like in the `execute` function. The `execute` function also returns...

:+1: On this feature. Out of curiosity will this allow client (browser) side paging. If a user via a web browser is paging through a result set will this keep...

That sounds great. I'm not a Cassandra expert by any means but if there's anything I can do to help with the paging (even if it's just testing and writing...

@salex89 Your point is what I was thinking as well. At first when I read the release notes on the pagination I immediately thought "Perfect for user paging via a...