Brad Overton
Brad Overton
I'm on Ember 3.28 so everything is autotracked. I noticed that when you `perform()` a task, it updates lastSuccessful twice. Or at least something is causing it to update. ```js...
There are aspects of this plugin that don't support eslint v9 `TypeError: context.getAncestors is not a function` from this line https://github.com/ember-cli/eslint-plugin-ember/blob/7e6bca993226891be07ad367f066323573b672aa/lib/rules/require-return-from-computed.js#L69-L70 `context.getAncestors()` is replaced in v9 https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/#context.getancestors() That's just the...
I've been updating an application to be ember 4 ready, part of that involved setting `jquery-integration: false` - meaning all existing `ember-ajax` and `ember-data` calls have switched from ajax to...
Dependabot PR here https://github.com/contentful/contentful-sdk-core/pull/221 v4 -> v5 the package is now pure ESM. I think in theory the upgrade should just work with no other changes, but I am not...
Hi! I'm trying to make use of `transition.data` to keep a count of transition retries. Something like the following; ```js // application route @action error(error, transition) { if (error.retryable) {...
### 🐞 Describe the Bug I have `semi: false` in my prettier config. In general this works, but a semicolon is required between certain statements in a class and the...
Added failing snapshot / test for https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/218
The Readme shows how to install it, but no examples of usage. How do we provide a `#hash` to a `` component? Is that even possible? (hint: we should probably...
I have `errorOnMissingTranslations: false` in my config. While it (correctly) doesn't error, it forces the missing translations to appear in output. eg ``` [ember-intl] "promo.msUpsell.intro" was not found in "en-au",...
**Describe the issue** The horizontal scroll at the bottom of the container seems to somehow, sometimes, block clicks on grid cells of the bottom row, despite not actually being visible....