Daniel

Results 21 comments of Daniel

I also need this feature. Is there anybody who can review this PR?

Maybe someone can also use this workaround: ``` Handlebars.registerHelper("subtract4352", function (value) { // we want a codepoint start at hex E001 - decimal 57345 --> subtract 4352 return value -...

Another approach could be https://open-wc.org/docs/development/scoped-elements/

> Question, how would #3155 relate to this? 3155 describes a solution for the "collections" folder and a use case where 2 stencil projects working together. I dont have experience...

My optional feature request could be covered by "tagNameTransform" but that comes with some points which should be noticed when writing the stencil lib (if a component uses another): -...

Referring to my last post and the optionally requested feature: There is another open issue now: https://github.com/ionic-team/stencil/issues/3269

Hi @splitinfinities - sure, here is my complete reproduction at a sandbox: 1. open https://codesandbox.io/s/nice-tree-rxkx8?file=/src/stencildist/my-component.entry.js (you can see the un-minified version at the comment below the code) 2. open the...

There is still a npm warning about xmldom: @miguelsolorio ``` @xmldom/xmldom

Is nobody using `browserHeadless: "new"` or parallel test runs? Hoped that this issue gets some priority :)

Thanks. Just using 1 worker Is not an option for us because we have too many tests. But we are also using `retry` :). We need the fix especially for...