Simon Ihmig

Results 358 comments of Simon Ihmig

Would be good to have this indeed! Took me way too much time already figuring out hard to understand issues that seem to relate to this (see https://github.com/embroider-build/embroider/issues/1332)

Yeah, I have seen these build errors come up as well, but didn't have the time yet to investigate. Thanks for the hint! Both alternatives are not really ideal though....

Fix: https://github.com/embroider-build/embroider/pull/1229

Should be fixed by the PR above, so closing this. Should this come up again, then please reopen!

I encountered some related problems again: * I was using `rollup-plugin-scss`, and it seems my change in https://github.com/embroider-build/embroider/pull/1229 caused the problem, as it seems now wipes out things *after* the...

We are running increasingly into those issues at my company, so my plan is to carve out some time to work on this, both the atomic update and the ignore...

Here are two PRs for the "ignore source files" approach, ready to be reviewed: * https://github.com/embroider-build/embroider/pull/1901 * https://github.com/embroider-build/ember-auto-import/pull/623 Going to look into the atomic rollup update next week!

> type-tests have become a pattern in TS-using v1 and v2 addons to help ensure that APIs maintain consistent and expected typings across TS upgrades. > the typed-ember team has...

> Out of the box, yarn test at the top-level emits a confusing warning because it runs the test script in every package and the test script in the addon...

Hm, strange. There was indeed this issue before (#11), which was obfuscated for me as I indeed had release-it installed globally. But I thought this was fixed by #12! 🤔...