Thomas Gossmann

Results 139 issues of Thomas Gossmann

To change the `src` for a node, I used `node.element.src = newSrc;` which of course works, however doesn't align with the given `ctx.video(src);` API. In `video()` src can be different...

💫 enhancement

At the moment it is not very easily possible to get notified when playback has been started or paused. There is the chance to `registerCallback` but that would notify on...

💫 enhancement

Over the weekend I did wrote tests for a select component. I extracted the tests for it in a couple of functions as they work on the a11y tree on...

For storybook I want to import a glimmer component. Storybook spawns two processes: one for your ember app and another one for storybook itself, which is managed through webpack. Stories...

When working on #620 my new discovered some shortcomings of the current test-support. This is a spin-off of the mentioned PR to discuss ideas to improve it :) ## Utilize...

help wanted
documentation

stack classes `class="fa-stack-2x"` will get filtered in `getClasses()` method. Adding a `stack` argument is the nicest thing to fix this 😄

I've been experimenting around lately with a nice API to add decorators (which uses mask(s) under the hood). I was at least able to add one (more is I guess...

enhancement

Hey guys, I tried useing `ember-composable-helpers` together with `ember-i18n` which unfortunately doesn't work (See jamesarosen/ember-i18n#374). The workarounds provided there don't really seem to be enjoyable 😉 (and nothing you want...

enhancement
contribution wanted

I have a namespace and a class with that namespace of the same name. like this ``` namespace gossi\webform; class Webform { ... } ``` So, contents of class Webform...

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...

looking for an implementor