Alex Ford
Alex Ford
Are you referring to the `subscribe` function?
@jamiebikies We're trying to move to a version of Ember that no longer supports this. Do you need any additional information prior to merging this PR?
Hi @optlsnd, this has been brought to our attention by about 10-15 customers. We have a hunch that this happens with videos that are "automatically uploaded to iCloud".  Our...
Thanks @optlsnd Let me know if I can provide any more information
_I would like to propose the following format to fix the demo issues:_ ##### Current Demo Issue _Description_ ##### Proposed Demo Fix _Description_ - [ ] Task 1 to fix...
Hi @seanrucker, We realize there are some documentation issues that are causing people difficulties with `ember-impagination`. The issues you opened today are all great issues, and we want to address...
> It would be nice if it supported passing an action name rather than a function reference. The `impagination` library, which `ember-impagination` wraps, must receive a `fetch` which is a...
Okay, because the README for `ember-impagination` is lengthy, we are trying to be concise with how and where to define the fetch function. I was unaware that "Closure actions must...
I'm curious what improvements could be made to the demo. I realize there are both documentation and demo changes in this PR. I believe a handful of ember developers could...
@karlbecker have you considered using the `post` method as described in the README to keep the dataset in-sync with the server? https://github.com/adopted-ember-addons/ember-impagination/blob/master/README.md#updating-the-state ```js whenItemsAddedToTopOfList(items) { dataset.post(items); // Adds items to...