Liam Floyd
Liam Floyd
## Which package? `@formatjs/intl` imported by `ember-intl` ## Describe the bug At app boot we get the following logged as an error in Chromium based browsers, halting execution: ``` [@formatjs/intl...
I understand there are a few moving parts here and that this may not be entirely an issue with `ember-cli-code-coverage` specifically, but wanted to bring this integration issue up at...
Right here ember-cli-code-coverage skips calling `modifyAssetLocation` if the path starts with `..` because it assumes it is correct by manner of being in a monorepo. https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/blob/master/packages/ember-cli-code-coverage/lib/attach-middleware.js#L107-L109 A little bold to...
### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version 9.7.1 ### Which area(s) of pnpm are affected? (leave empty...
Following [a discussion on sass/migrator](https://github.com/sass/migrator/issues/261#issuecomment-2401023530), opening a feature request for a `--future-changes` or `--future-deprecations` flag that will let consuming projects test upcoming changes to how CSS is output, such as...
If using the `task` imported from `ember-concurrency` in a v2 Ember addon, rollup will complain during build time that the import is unused: ``` "task" imported from external module "ember-concurrency"...
We've recently started seeing a "ChunkLoadError" randomly in our tests: ``` stack: > ChunkLoadError at __webpack_require__.f.j (http://localhost:7357/assets/chunk.abc91d9cc4f415c2f459.js:1498:29) at http://localhost:7357/assets/chunk.abc91d9cc4f415c2f459.js:1352:40 at Array.reduce () ``` It happens randomly on various tests infrequently...
Currently [here in the session service](https://github.com/mainmatter/ember-simple-auth/blob/master/packages/ember-simple-auth/src/services/session.ts#L152), we can provide a specific route configuration to `handleAuthentication` but not to `handleInvalidation`, as it always uses the `rootUrl`, which is an assumption that...
Opening an issue for ember-intl to be migrated to a v2 Ember addon. [Docs](https://github.com/embroider-build/embroider/blob/main/docs/porting-addons-to-v2.md)