Joern Turner

Results 27 issues of Joern Turner

[Origin page](https://www.webcomponents.org/) as of 2d Sept 2019

I'd like to use rollup-plugin-version-injector to inject a version property into my bundle but i can't find the right hook to do so with np. I tried several of the...

When narrowing the browser window the toolbar button break and float to the left being covered by the editor panels. ![exide-layout-problem](https://cloud.githubusercontent.com/assets/484059/5296842/084abdbc-7ba9-11e4-9a9e-a88f73940c3b.png) Tested in latest Chrome and FF on OSX

bug
question

Sorry for the silly question but i just can't get it running and likewise can't find anything on the net. How can a request just be echoed back with serve(context)...

Example: /demo/fx-control.html ``` --> foo {name} ``` The additional 'foo' textnode will cause an error when evaluating the expression. Also lets the code run into a syntax error and throws...

bug

policy will be: if it's consuming a resource it should be 'src' - otherwise `url` * [x] fx-fore uses 'src' * [x] fx-control uses 'url' - now `src` since 2.0.0...

using todo2.html as foundation: When replacing existing insert with: ` ` The data still get inserted but the repeat is not showing the new entry. When adding in a `origin`...

adding a `Index Changed {event('index')}` to todo2.html example shows the event firing twice instead of once.

bug

Sometimes you need to fire the exact same actions responding to e.g. a click AND a keydown - right now you need to duplicate your action block to do so....

enhancement