-
Generating a fresh ember 5.5 app results in the following error.
![image](https://github.com/ember-cli/ember-cli/assets/334789/9c85e8b2-b3e0-40d9-8e37-3e8b7d6fc89a)
This is likely due to ember-q…
-
Hi,
First off, thanks for turning this into an Ember CLI addon! Appreciated.
Second, do you have any examples of how you're using this in your Ember tests? I'm fairly new to testing and struggling w…
-
Is anyone actually using the `autostart` environment variable? I would assume this starts the server in the tests instead of using `setupMirage`. I can find it documented and using `setupMirage` is th…
-
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation.
See https://github.com/ember-fastboot/e…
-
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation.
See https://github.com/ember-fastboot/e…
-
It looks as though yam used to have the ability to write as well as to read variables. https://github.com/twokul/yam/commit/6fce91e1af8a75f5b4bdb08abad035915dec59d4
I'm working on a PR for [ember-cli…
-
### 🐞 Describe the Bug
I'm trying to get some of my addons ready for Ember 4.0 so I came up with the idea to make an ember-try scenario that has an addon that uses registerDeprecationHandler to jus…
-
I think it is
```js
module.exports = {
name: 'my-addon',
importTransforms: require('ember-cli-cjs-transform').importTransforms
};
```
-
I know this may sound like a strange use case I have a specific use case where it is relevant 😂 I'll not go into that use case because it complicates things but let me know if you think it's relevant …
-
We used `ember-service-worker` with our Glimmer.js app and it just worked fine with version `v0.6.2 ` now we tried to upgrade to the newest version which is currently `v0.7.2 ` but this upgrade broke …