Isaac Lee
Isaac Lee
I also encountered the issue by running 3.28 and 4.4 LTS `ember-try` scenarios in a yarn workspace (specifically, after separating documentation from testing by having 2 Ember apps). I didn't...
> Having the option to easily switch to new style? I'd also suggest an opt-in. Another library that may be affected if we change the default style is [`@percy/ember`](https://github.com/percy/percy-ember). At...
@IgnaceMaes Before making `qunit-theme-ember` the default in `v9`, can you ensure that: - You don't apply styles globally (e.g. [set `font-family` in ``](https://github.com/IgnaceMaes/qunit-theme-ember/blob/v1.0.0/qunit.css#L48-L53)), but only to the DOM elements for...
I've started working on it: https://github.com/ijlee2/ember-codemod-args-to-signature
@bartocc I updated the title based on your suggestion. @dfreeman Several issues were reported since this one, so I think it may be hard for people who are new to...
Looking at #1457, I feel like `no-potential-path-strings` had been added to account for rare cases.
Hi, @gzurbach. Thanks for providing your feedback. The error message is [coming from `@formatjs/intl-messageformat`](https://github.com/formatjs/formatjs/blob/intl-messageformat%4010.5.11/packages/intl-messageformat/src/error.ts#L57-L65). For `[email protected]` and above, you can find the file `addon/-private/utils/formatjs.ts` in your `node_modules` folder. Then, you...
I'd like to see how well a modifier based on `ResizeObserver` works too. :) My application is for [`ember-container-query`](https://github.com/ijlee2/ember-container-query), whereby O(10¹) resizes can happen at the same time (not just...
I believe it's not the environment variable `EMBROIDER_REBUILD_ADDONS`, but the package [`broccoli-side-watch`](https://github.com/embroider-build/embroider/tree/main/packages/broccoli-side-watch), that you're looking for.