Devon Govett

Results 468 comments of Devon Govett

In https://github.com/parcel-bundler/parcel-css/commit/69cbcca901f771457644d2064583f8e4a2ab9db8 I implemented a new `errorRecovery` option which will ignore invalid rules and declarations rather than erroring (just like a browser would). They are omitted from the output, and...

Parcel 2.7.0 supports the `errorRecovery` option.

Thanks for the PR! Will take a look soon. An RFC sounds great!

I can't reproduce with @mischnic's case in the latest nightly anymore. @GrantAtStreamba what version of Parcel are you using and do you have any more details on what could reproduce...

Going to close this since it seems to be working now. If you manage to reproduce it still, please let us know.

I don't think hard coding to 4 is a good idea. It doesn't make sense to me that there is a limit regardless of hardware. We currently base it on...

Interesting. That indicates that there is some kind of bug to me. More workers definitely shouldn't be slower. Can you run with the `--profile` flag and upload the results? You...

Based on the profile I see a couple things: 1. Was this profile done without workers? I only see the "Master" thread. 2. It looks like a majority of the...

One interesting thing we haven't explored yet is whether this is specific to worker threads or whether it also applies to processes. Is there a single memory limit across all...