Kevin Pfefferle
                                            Kevin Pfefferle
                                        
                                    @housker You may want to check with your work IT to see if you might be missing the appropriate root CA certificate. The SSL cert on that URL is not...
Soooo... this just changed my life. An app that I work on has been in the awful habit of pausing our tests for a split second to let this vertical-collection...
Note that I have found this issue to be resolved when using the ember-raf-scheduler test waiter mentioned in https://github.com/Addepar/ember-table/issues/956 I'll close this for now since that test waiter has fixed...
I have a couple things I've tried that I'll document as separate comments for clarity... Using [the example from the ember-table docs](https://opensource.addepar.com/ember-table/docs/guides/body/row-selection), I tried this (with the JS getter above...
Given the above works, I wondered if setting `this.selection` as part of my custom `onSelect` action would work for initial interaction (though it would not be expected to work correctly...
@basz The approach I've used with much success is to persist the value for `@sorts` on the Controller like any other query param. I additionally implement a custom `get`/`set` to...
We're running into this same issue with our applications when trying out the v3-alpha release. I've tried forcing an `@embroider/macros` resolution in both directions (down to `0.50.x` and up to...
@cah-briangantzler My point is that ember-cli-mirage opted into forcing this issue by upgrading the `@embroider/macros` dependency when it worked fine before as it was. If that upgrade is rolled back,...
> Currently there is nothing new in V3 just removal of deprecations following suit with the way ember does things. Sure seems like this `@embroider/macros` dependency bump is something new...
For anyone else struggling with this, I was able to get things working by forcing `@embroider/macros` to resolve to a single version in my `package.json`: ```jsonc // package.json { //...