Wes Todd

Results 913 comments of Wes Todd

We do not typically like to take package swaps for this reason. Is there any functional reason to pursue this change? In this specific case we would decline this PR...

All our dev deps need to run in CI, and CI runs in older versions. As for faster to install, can you run some benchamrks and show how much difference...

https://github.com/pillarjs/router/pull/96 I am hoping to consolidate this work into the Performance WG since mostly this will be used to observe performance (while recognizing it serves other o11y purposes). Additionally @simon-id,...

@ahmed-abdalkder, we typically do not assign issues like this. Please feel free to open PRs and issues in the relevant areas.

I created a [GH Project to track this](https://github.com/orgs/expressjs/projects/5), it is private for now, but we I think project members can start adding relevant issues across the `expressjs` org to the...

You can, but until we merge `5.x` we are frozen on `master` anyway. I just have not been able to get to it today with dentists appts and work stuff.

We fully dropped support for regular expressions in strings for routes. You can check out the docs for `path-to-regexp@8` in that repo. We will be putting together a migration guide...

We will be recommending folks use a more robust input validation approach for this. If you want, here is the open api library I maintain: https://github.com/wesleytodd/express-openapi/ The reason for this...

> I take it that's not correct Yes, that guide needs updating. Please submit a PR on https://github.com/expressjs/expressjs.com

Thanks! I think this one is a bit hard to follow just because it is doing a lot at once. The work needs to be done I am nearly certain...