Oliver Williams
Oliver Williams
@ndelangen I would be happy to test things and provide feedback/bug reports.
Would this work with LitElement (and web components in general) or just Stencil?
CSS custom properties are a major web feature that will only increase in popularity as Internet Explorer dies. Needing such a large amount of boilerplate in _every single module_ that...
@frenic > You can't have index signatures for a specific pattern like properties that starts with `--` yet I'm afraid and I'm unsure if it ever will be supported. Where...
> And the transitional syntax for handling browser support is: > > ``` > > ``` While it's true that there will be "dramatically unexpected & unpredictable consequences" in browsers...
I am also hitting the same issue
Chrome browser will [ship modern color](https://groups.google.com/a/chromium.org/g/blink-dev/c/r0QATT8-kOw/m/7WdN2Y_sAwAJ#:~:text=We%20intend%20to%20turn%20these%20features%20on%20in%20Canary%20and%20Dev%20as%20soon%20as%20we%20pass%20the%20remaining%20WPT%20tests%20and%20ship%20to%20stable%20for%20Chrome%20110%20in%20December.) in version 110, to be released in December.
Question from @kaelig : > Here's an example use-case, followed by a few questions about the possible flows: > ### Use-case > 1. import a token file > 2. edit...
On point 2 "Separate NodeJS build from Browser build" - there has been so much standardisation between Node and web browsers now (and ideally people could also use this in...
> @Elias-Graf thanks for the info. > > The problem is that we need to support all [maintaned versions](https://endoflife.date/nodejs) of node so until node16 is unmaintained we can not introduce...