Rich Harris
Rich Harris
I was [asked](https://twitter.com/stubbornella/status/1227300749379375104) to offer feedback on this proposal in my capacity as a framework author, to help ensure that these additions are relevant to those of us not currently...
Should this work with `vc dev`? It doesn't for me, with 25.1.1-canary.11
Interesting — the cache works on the assumption that identical input plus identical set of plugins results in identical output, so Rollup doesn't bother checking the output from transform A...
> it will be at the bottom or top or middle depending on your settings oh? i've been trying to figure out how to get it to be at the...
Also, blend modes are weird — the colors are additive. I forget how to make it behave sensibly
> Template scope: They should have access to all variables/methods inside the component, but their style should be independent. Can you elaborate on this? Are you saying that in this...
I'm thinking through how this would play out in the context of Sapper over on #31. tl;dr is that it would allow @thgh's team (and me, and anyone else who...
This sounds like a good and sensible idea, though I have to confess I've never used `nonce` before 😬 Could you walk me through the process of generating/applying it? Thanks!
quick thoughts: * definitely agree it needs to be something element-ish, i.e. ``. Also agree that `` is perhaps a little confusing since it replaces the `slot` *attribute* rather than...
Can anyone give context on why Yarn is ignoring/breaking the Node resolution algorithm? Sapper isn't relying on some quirky edge case behaviour here, this is how node_modules is [meant to...