Joern Turner
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.  Tested in latest Chrome and FF on OSX
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...
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.
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....