Thomas Gossmann

Results 139 issues of Thomas Gossmann

Hey guys, I was searching for ldap authentication on adhocracy. Can't really find one. So I am wondering if there really is none? Or if so how to make it...

Builder stays in control which files can be overwritten (depending on the builder). Given the following scenario, that a generator contains two builders, one allows overwriting the other prohibits it....

Having this configuration in Figma: with: should create a CSS Custom property as: ```css --navigation-links-base: var(--intent-action-base-text); ``` It is also properly extracted into a token json file, but the way...

bug

As part of #689 I deactivated a couple of tests, since the test-setup with fixtures had cyclic dependencies. This needs to be reworked as part of this ticket and make...

Add this feature as a plugin, which uses the existing functions to extract variables into tokens. Put this behind a configuration option.

See: - https://tr.designtokens.org/format/#composite-design-token - https://tr.designtokens.org/format/#composite-types Currently when syncing tokens, there is a one-to-one mapping of "node" to token. However for composite tokens this is a one-to-many relationship.

I'm rewriting `ember-command` as v2 addon. The check I have there to test for links are: ```js if (something instanceof Link) { ... } if (something instanceof LinkCommand) { ......

has reproduction

Hi, I currently worked out a specification to make results of DocTools interoperable. This is completely new and the spec is just one day old. The idea of this spec...

Hey, I'm in the midst of developing my first addon. When searching for resources that help you get the job done, it is mostly the section on https://ember-cli.com/extending/#developing-addons-and-blueprints that helps...

For components, they have two "magical" variables: `hasBlock` and `hasBlockParams`: https://github.com/emberjs/ember.js/blob/2f32bf3fd7981d05dda4bac5c2a7c680c676d265/packages/ember-template-compiler/lib/plugins/transform-has-block-syntax.js#L23-L24 Unfortunately, only the `hasBlock` variable is documented (https://guides.emberjs.com/v2.16.0/components/block-params/) but not the `hasBlockParams` variable, which is very useful, when it...