Thomas Gossmann

Results 139 issues of Thomas Gossmann

I do have a setup with a monorepo / yarn workspace and lerna. Mostly identical with `ember-decorators` repo. For reference I added `lerna.json` and `package.json` (for the workspace) as reference...

At the moment, writing pages for ec-addon-docs that requires you to do the following: - Find `tests/dummy/app` folder - Create a route in `tests/dummy/app/router.js` - Create the respective `my-route.md` (or...

This discussion emerged in slack and I will try to put everything together in this issue: ## Background Open sources projects as well as companies internal projects are sometimes put...

For now `{{docs-viewer.nav}}` helds the API reference. I propose to decouple this into a separate component: ```hbs {{! /addon/components/docs-viewer/x-api}} {{!-- Autogenerated API docs --}} {{#if (gt project.modules.length 0)}} {{docs-viewer/x-section 'API...

Some extension, like [TreeSitter](https://github.com/georgewfraser/vscode-tree-sitter), report boolean values (`true` and `false`) as `constant.numeric.boolean` and _nullish_ values, like `null` or `undefined` (in JS/TS) as `constant.numeric.null`. Can you add scopes for those?

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

needs: author input

I do have themes, that I want to swap in storybook and these themes do have different color schemes. Here is what I might look like: ```css :root { --background:...

enhancement

I'm having multiple themes (with multiple color schemes - see #14) and my natural place to switch them would be the `toolbar` addon coming in v6. Is there a way...

enhancement

Hey, I was evaluating a couple of monorepo tools (including moon). Even though not everything worked yet for me (#195) (or I wasn't able to try out everything), I was...

enhancement

Using e-power-select in an MU/Octane project like so: ```hbs {{group.title}} ``` causes an: ``` Uncaught Error: infinite rendering invalidation detected ``` That said, it **only** happens when the `@selected` argument...