expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

Results 122 expressjs.com issues
Sort by recently updated
recently updated
newest added

As discussed in #751, there are a bunch of unneeded files and dirs in thje [2x](https://github.com/expressjs/expressjs.com/tree/gh-pages/2x) dir that are not used. They don't do any harm, but removing them would...

enhancement

A middleware (or other) README file pulled into this repo may have relative links that work in GitHub (and apparently on npmjs.com), but not on this site (e.g. #735 )....

discuss

Rather than just copy/paste duplicating the files, we should use the script to "pull down" the markdown content from: - https://github.com/expressjs/express/blob/master/Contributing.md - https://github.com/expressjs/express/blob/master/Collaborator-Guide.md - https://github.com/expressjs/express/blob/master/Security.md Into http://expressjs.com/en/resources/contributing.html.

doc

Per discussion in [TC meeting](https://github.com/expressjs/discussions/issues/42) we should doc `req.next` with some disclaimer about using it.

So there was the issue https://github.com/expressjs/express/issues/3088 filed in Express recently regarding confusion about how Express handles routing when the incoming URL is a full URL instead of just the path...

Review the README for https://github.com/pillarjs/hbs and find a home for it in the docs site.

`app.setting('query parser', ...)` should be `app.set('query parser', ...)`. same as #1361, but for both 4x and 5x @dougwilson

Some documentation in English was not translated to Brazilian Portuguese. Also, some of the terminology being used was not up to date, just as the code blocks were still following...

I read chinese doc of [template engine guide](http://expressjs.com/zh-tw/guide/using-template-engines.html) and find contents not complete comparing with english version. I read the english version again and updated the chinese one. I hope...