Douglas Wilson

Results 1985 comments of Douglas Wilson

Yea, np. The `app.param` as a whole is still there, it's just the `app.param(fn)` signature that was removed -- that was the entire param middleware system; `app.param(name, fn)` is still...

Hi @chriswilty sorry there is a school opening a bunch of spam prs at the moment so it it temp. If there is a vulnerability you would like to report,...

Thanks @gireeshpunathil for opening this issue. I hope that in our meeting the discussion around this and the expectations for the next steps you need to take are clear on...

> Naming things is always hard! Indeed! That's why I'm not going to prevent landing those (perhaps weird) names for the time being so folks can use them until there...

Yea, I definitely agree on the churn point. That's why I realized I should open this with at least some time before express.raw and express.text became part of the API,...

One nice thing, thinking about the plural form, is that `express.bodyParser()` was a middleware in 3.x. It was just json + urlencoded. But I don't really want to bring that...

Note that any of this does not belong in the `jshttp` org, i.m.o, since that org is just a collection of HTTP utilities--we probably need a new org for the...

@rlidwka yep, pretty much :) Really the only differences I had in mind was tests, jumping out of the wrapped would remove the prototype extensions, and and it would inject...

> It's a bit annoying lol, tell me about it. I have a repo that is just the express 4 router but I think so far 85% of the time...

@mikermcneil that is awesome. In fact, I know some other people were like "eh" but I though it would be cool to have a dashboard page of the modules, where...