Chuck
Chuck
@codepreneur did you find a solution to this? I'm running into a similar issue myself.
For the record, here are my versions: ``` Ember: 1.9.1 Ember-Data: 1.0.0-beta.14 Handlebars: 2.0.0 jQuery: 2.1.3 I'm using the default REST adapter and the LocalStorage Ember-CLI add-on (kurko) ``` So...
Ugh, I'm not sure how to approach implementing a solution. I'm not sure where to implement a promise to solve for this without breaking the whole thing. I'll play around...
I have a temporary hack for this, and that is to pass in the pusher instance in the pusherTrigger call. Like this: ``` /* addon/mixins/client-events.js */ pusherTrigger(channelName, eventName, data, pusherInstance)...
I'm experiencing this today with the same environment. Any guidance on this?
After reading through the above history, I'm still left wondering if what I'm trying to do with Ember 3.25 is possible. I'd like to be able to dynamically render a...
Is there an example of using the `@argument` decorator? I'm using the esdoc generator and I'm not seeing ANY effect on putting decorators in my code to guide the doc...
I'm still experiencing this issue and don't understand if it was solved or not. I'm getting relationship link endpoints that return no data
I'm confused by this. It's the self link in the "user" entry.
I'm receiving a similar error with Ember `3.25.0` except it's complaining about `type` instead of `start`. ``` Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-basic-dropdown/templates/components/basic-dropdown-content.hbs Cannot read property 'type' of undefined Stack...