Russell Bicknell

Results 133 comments of Russell Bicknell

Given that your app starts failing specifically in Chrome 80 and it looks like you're using Polymer 1 (because bower), you're probably not loading the polyfills. The older version of...

Lerna didn't update the dependencies in webcomponentsjs during the last publish because the package itself didn't have changes. Fixing in https://github.com/webcomponents/polyfills/pull/244 and then I'll bump here.

Sounds like this is a subjective issue, so here's my preferred color for the bike shed: I conceptually think of the style sheets in a single root as if they...

What if `adoptedStyleSheets` was moved from `DocumentOrShadowRoot` to `HTMLStyleElement`? Instead of attaching style sheet objects to a single bucket that applies to the entire root and requires making the 'before...

> If you're going to give them before/after locations in the DOM tree, they should just be DOM nodes. For example, HTMLStyleElement. CSSStyleSheet could have a method that produces a...

I was thinking that the node created by `createLinkedStyleSheet` would continue to be associated with the CSSStyleSheet rather than containing a copy of the style sheet at the time they...

> So you would have a new option `overridable` or something in the `CSSStyleSheet` constructor, where if it's true we would put it before all the other styles, and if...

I just now put two and two together and realized this is the same as the internal bug we were handed recently. Recap: [TypeScript 4.8 changes the location of decorators...