Christian Sterzl

Results 50 comments of Christian Sterzl

The most important thing currently is to get a minimal version working. Don't expect to many features in the first place. Any syntax is fine for me in a first...

I remove now comments with a regex, that works. Maybe you can give a hint to the utilities in the doc?

Here is my code, just in case, someone has the same problem: ``` export const cleanHTML = (el: Element): string => { const innerHTML = el.shadowRoot!.innerHTML; return innerHTML.replace(//g, ''); };...

I think you are missing the jsdoc comments see https://polymer-library.polymer-project.org/2.0/docs/tools/documentation

According to routing: IMHO places and activities in the right way used is a superior routing mechanism. The views are interfaces and all gwt-polymer usage is in the implementations of...

Polymer 2 is working, as long as I use hybrid elements. I could also use other elements which have a 2.x dependency and are written using es6 class syntax, if...

I don't know if this repo is still maintained. But I would be glad to accept your pull request in my fork: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower

Just created a fork. It is on bower available: bootstrap3-wysihtml5-bower see https://github.com/Waxolunist/bootstrap3-wysihtml5-bower

I don't know if this repo is still maintained. But I would be glad to accept your pull request in my fork: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower