Rom Grk

Results 558 comments of Rom Grk

Maybe there's not much hex parsing, I seem to recall seeing colors in HSL format. Anyway, that's fine, still a good improvement.

Any way you can upgrade neovim?

For context, the placeholder CSS was added because we wanted to have the possibility of adding CSS stylesheets during v8 without having it be a breaking change. Other issues have...

Could you share more about your setup? Playwright seems to have added support for CSS imports (https://github.com/microsoft/playwright/issues/24580, https://github.com/microsoft/playwright/pull/26626).

Have you tried [configuring `require.extensions`](https://github.com/mui/mui-x/pull/17436/files#diff-9f2d0d9087219368a10827be56d6d7120a98b4353000e0343c53d2a995c4d68fR468-R476)?

You're seeing the `Unexpected token` error, right? If your test runner is running in a worker, then the `require.extensions` patch should also be applied inside the worker. I don't have...

I'm working on the new virtualization engine for the time being, so you can take over this PR if you want it merged.

> Have you confirmed that this performs better in all modern engines? Here is a comparison. The benchmark code is available [here](https://github.com/romgrk/js-benchmark) and requires bun (for JSC) and gjs (for...

It's all wrapped, here is the output of `diff -bur build-master build-this-pr` for material-ui: https://gist.github.com/romgrk/98b47d15d498704bd61f89082374c36d. Don't know how the bundle size checker works, can't say anything about that.

I've disabled the plugin in test. This is ready for review.