Andrey Sitnik

Results 1039 comments of Andrey Sitnik

Maybe this core runs in the same time? https://github.com/ai/size-limit/blob/d0d681d7d0c686773650ba1af03d892f0081e761/packages/webpack-why/index.js#L41-L51 Try to replace `before` in `webpack-why` to `step1` or something.

Very likely that it is not a Size Limit issue, but Linux one. Linux has option to set maximum open files limit. Sometimes this limit is too small.

Try to find a way to increase the limit and increase it. There is an option, I am just on the way and can't give exact line.

1. Very likely that you are using Linux emulation on Windows because I saw that exact error in Docker 2. It is webpack who opens so much files (and very...

cc @JounQin > Since the parent parameter to import.meta.resolve is still experimental If it is just a warning, it is OK. Does it work in `^18.0.0 || >=20.0.0`?

Yes, let’s remove spaces for silent mode. Create PR.

It happened because `caniuse-db` deleted some information, which was used by `stylelint-no-unsupported-browser-features` https://github.com/Fyrd/caniuse/commit/0a84cfd3b2b3abb650787abdc39faf382800e8cd You need to open an issue in `stylelint-no-unsupported-browser-features`

How do you install bun? Maybe you need special hacks which is available only in your terminal and now in `execSync`. Maybe we need to copy some extra env to...