Fred Kleuver

Results 166 comments of Fred Kleuver

@3cp @brandonseydel What is the status on this / is this still relevant?

We ended up with more containers than we started with in v2, a bit of a middle ground it seems. Not quite "container per component", but rather "container per component...

> the node observer shouldn't take into account `as-element` attribute, Why not?

As far as I understand, `as-element` exists primarily for table elements and that sort of thing, where specific HTML structures are mandatory. > ```html > > ``` What would be...

@bigopon Are there any major reasons to not merge this right now?

> I'm not sure whether it should be added together with this, or a separate one. Doesn't matter, there's no breaking changes or conflicts etc either way. I can't predict...

We need to do a bit more with custom attributes and css in the context of ShadowDOM anyway. If placing a custom attribute on a ShadowDOM element automatically adds that...

The default (expected) behavior of DI is indeed to try to resolve each constructor parameter. One could argue that it never makes sense to attempt to resolve primitives like this,...

Of course we offer various ways to override the defaults, but the defaults are how they are because of the decorator metadata emitted by TypeScript. Aurelia's DI utilizes this metadata....

> This may be common in modern web-dev but it will take me some time to get used to the idea that I can't control the initialization of my class...