Thomas Gossmann

Results 159 issues of Thomas Gossmann

I'm using `ec-code-coverage` in a monorepo with v1 addons and I see "unwanted guests" in my coverage, which are local addon dependencies. I figured it is far more straight-forward to...

When supporting addons from ember@3 up to ember@6, there needs to happen various changes here and there. My current problem is roughly mentioned here: embroider-build/addon-blueprint#131 Basically the resolving `@ember/owner` in...

see #1058 to gain some experience at first, see comment: https://github.com/ember-cli/ember-try/issues/1058#issuecomment-2629423673

### What version? 0.47.11 ### Which command? proto install ### What happened? I was trying to use proto to install ruby and use bundler for our backend (I'm not a...

bug

When using `withMermaid()` it adds optimizations and alias to the `vite` config. It adresses dependencies, that aren't even in the project uses `pnpm`. As `pnpm` restricts visibility to transitive deps,...

Ember is swapping its build system to be powered by vite - and all Emberenos are very excited. Ember's old (classic) build system is still in use and we expect...

Snippet from my `index.ts` file in a v2/vite addon, as per typed-ember/glint#628 ```ts // src/index.ts export { default as Popover } from './components/popover.gts'; export { default as popover } from...

I'm updating `ember-command` to use vite. The biggy here: gossi/ember-command#138 `ember-command` uses `ember-link` and has compat with all its older versions right now. As such there is a test matrix...

Hey there, I'm gossi, I'm working on [theemo.io](https://theemo.io) and I'm very excited about this project (as I'm prepping the next release of theemo as we speak). Theemo keeps a theme...

### Summary When tokens are turned into CSS for light and dark color scheme, this is usually done with a media query and a lot of code duplication. Luckily CSS...

enhancement