Jason Miller

Results 1189 comments of Jason Miller

I would prefer to build this out as a feature of the website so that we can highlight contributions and also cross-reference with OpenCollective. Markdown as a format isn't really...

It seems like this could be an issue for diffing? Browsers normalize style.cssText to the format render-to-string was producing.

We'd need server rendering / prerendering for that. I'd like to port this project over to [preact-cli](https://github.com/developit/preact-cli), which would let us do that.

The problem is that some of the logos are jet black and basically invisible without the border:

Is this by chance happening in webpack's dev mode? (webpack-dev-server) That's the only thing I can think of that would add an eval() into the mix.

It seems like what's happening here is that Comlink has [a few Symbols and a Set](https://github.com/GoogleChromeLabs/comlink/blob/08e43da1aee97f138a4afc6b7e9cf0a59d51c36d/src/comlink.ts#L25-L28) that it creates as a side-effect of module instantiation. When the hot update comes...

One option would be to instead provide a Set-compatible API rather than an Array lookalike. Arrays are tricky to proxy with support for push(), splice(), .length=n, etc. It's also interesting...

I believe this may be #3415 (see https://bundlers.tooling.report/hashing/asset-cascade/#rollup).