Roch Devost

Results 303 comments of Roch Devost

@amitizle Ok, for some reason I assumed it was fixed. I'll look into it this week.

@amitizle I tried to take a quick look at the dependency tree but nothing stood out. I'm not super well versed Webpack wise, could you create a small replication snippet...

We've removed the dependency on `read-pkg` so the issue with `spdx-license-ids` should not longer happen.

@vanseverk There was a mention in another issue of [webpack-pnp-externals](https://www.npmjs.com/package/webpack-pnp-externals), I would give that a try for now. We do plan to support Webpack and PnP officially eventually but not...

This library only supports Node and not the browser. If you need support for the browser that's handled by the [browser SDK](https://github.com/DataDog/browser-sdk) for RUM.

Makes sense, I completely misunderstood what this does, sorry for the confusion.

Another option would be to skip using the lockfile entirely. This would actually also be closer to reality since installing a library as a dependency wouldn't use the library lockfile...

Can you provide more details as to why `undici` is so much faster? Is there something we could do internally that would be even faster without adding a library? This...

Thanks for the PR! The current fix would break support for any middleware running after the request has been handled (which is the case we were trying to solve with...

I don't know about ignoring regexes completely, but maybe strings could have higher priority. Same could be true when using something like `get` versus `use`.