Jeff Keen
Jeff Keen
@noiseunion I think you forgot about this 😛
@morganick @davidpett Were y'all able to get any further with this issue? I'm in the same boat of needing polymorphic references.
Is there any movement on this, or perhaps an alternative available pattern? I'm currently using this `asyncThrows` helper via `ember-custom-assertions` (https://gist.github.com/samselikoff/ad5e3695383b91599ee428bf9a2d22ca) but in trying to upgrade some apps, importing `Ember`...
A complicating factor is that currently despite being able to specify `useConnections: ['HLS', 'NativeAudio']` for the connections, we reorder connections to prioritize native audio for mobile trying it first. The...
@spencerroan It's been a while, but any more developments on this issue? I'm using [graphiti](https://github.com/graphiti-api/graphiti/) (which uses jsonapi-serializable) and am running into an n+1 when including linkages. I'm looking at...
Hey @chrism, looks like this is a legit bug with hifi that nobody has caught until now. I tried stepping through the code to see what was going on last...
@chrism This is still an issue in ember-hifi, but I will report that the fork of hifi I made called `ember-stereo` has greatly improved error handling and no longer suffers...
@Glarregle Unfortunately I don't think anyone is maintaining this repository anymore. I forked this last year and updated it to modern standards making it way more ergonomic and I'd highly...
@Glarregle The latest version requires 3.27 or higher, but I think if you pin ember-stereo to `~ 3.0.4` it should work on 3.24
Unfortunately hifi doesn't work with the latest ember, and is pretty old school in terms of modern ember paradigms. However it's modern successor [ember-stereo](https://ember-stereo.com) should work just fine with 4.0...