Michael Geers
Michael Geers
@jorgebucaran We use custom elements as an abstraction between teams, so could be, that a team also uses hyperapp to build their feature, but when composing features through hyperapp I...
Yes using nativ ShadowDOM would solve my issue here, but when you have to support more than the latest browsers this is not an option. You have to use the...
@zaceno yes the setTimeout would work, but since I don’t control the code inside the custom element this is not an option. I explicitly chose that order of execution to...
> EDIT: It's even more specific than that! It's only a problem if the preexisting markup exactly matches the first render. Any deviation at all (even a whitespace in the...
@zaceno I've just tried it in my project. This works perfectly an solves my issue. I had to make a small adjustion and add a `> 0` check to the...
No that's not really the solution I was looking for. I multiple groups of script files. Each group should download in parallel und execute in series as soon as possible....
There seems to be different behaviour in different browsers. In my tests on a Mac I have the duplication issue in Firefox. Chrome and Safari work as expected. I've set...
Have the same issue. Any workarounds for this? Also tried running version 1.7.0 but got the same result. The icons only seems to be a folder when there's no name...
> It seems to work on Ubuntu. Must be a Windows problem ! and macOS, since it also doesn't work for me ;)
Thanks for the compliments. Love to hear, that you enjoyed reading it. And yes, adding some explanation to the code to make it easier to to follow is a good...