Sebastian Beltran
Sebastian Beltran
@wesleytodd @UlisesGascon @expressjs/express-collaborators Any objections to releasing this in the next minor version of Express?
I don't quite understand your problem, but from what I gather, you're having issues with `/:request_id(\\d+)`. The solution would be to change it to `/:request_id` (as you already mentioned) and...
@Samuelplim `@expressjs/codemod` doesn't modify routes, I don't understand what you mean.
hey @Kaike-R @Deni8dev Changing the route to `/{*splat}`, doesn't it work?
Thanks @rivercory
Then we should make references to treat mode in the global policy. I really thought that was the only reason it hadn't been done, because treat mode was only being...
> I'm in favor of removing it completely, I'm neutral on this, i'd need to do a bit more research to see if this validation is really necessary.
I think updating to ESLint 9 can wait, as we are opting to use standard or neostandard across the organization, although that's a discussion that has been going on for...
https://github.com/expressjs/express/pull/3714 Maybe this for version 5.2? It looks interesting, if Wes can't continue it, i could.