Brad Overton
Brad Overton
https://github.com/ember-cli/eslint-plugin-ember/issues/2136
Still an issue on Ember 4.4.4 and Ember 4.9.2 :cry:
I verified the linked issue was resolved as of Contentful.js 10.9.0+ so I assume this one is too - though I cannot verify this angular specific issue myself, but I...
Looking deeper, it might be specifically something to do with the `mockUpdate(...).match(...).returns(...)` because it seems to work without the match/returns chains. Either way, I still think giving the option to...
Also, I think string ids is be a requirement of ember-data 5 & 6. It's a deprecation item here until ED6 https://deprecations.emberjs.com/ember-data/v5.x#toc_ember-data-deprecate-non-strict-id > We are deprecating this legacy support for...
It's possible `display: contents;` could be a way for devs to do this without needing a modifier, though I am unsure the effect that would have on the trigger a11y....
Would also be nice if `s3.region` wouldn't need to be set if it's found in that aws config file, but I'm less bothered about that one
I can confirm this is fixed in v5.0.0-beta.0 I am able to set `s3.profile = 'app-staging'` in the deploy config without specifying AWS_SDK_LOAD_CONFIG or AWS_PROFILE via the command > Would...
Any chance this will get merged in any time soon? Or is there more work to be done? Thanks!
I am also using `ember-data-model-fragments` with `ember-data-copyable` I tried making the changes in this PR to my code for testing, and the transform is returned from getTransform successfully, but I...