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

In our recent TC meeting, we discussed the necessity to review the `v5.x` documentation due to discrepancies with changes made in `v4.x` that were not ported over. Additionally, we need...

5.x

Docs in en and de (in https://github.com/expressjs/expressjs.com/pull/1371) were updated, but all other langs need update as well to change: ``` $ npm install [email protected] --save ``` to ``` $ npm...

bug
5.x

This is a reminder to review these topics in light of the changes originally proposed in #1004 from @wesleytodd, which I closed due to extensive merge conflicts (it was 5+...

doc
discuss

Fixes #1499 The issue was with the toggling of display style between navmenu and overlay. To solve this I added a new class name 'open' that fixes the problem. https://github.com/expressjs/expressjs.com/assets/100745494/f874cac4-d955-408c-8624-fc78cf2c327f

pr
UI

We have an existing team @expressjs/expressjs-com-collaborators for people who want to help with Express docs and which has [triage rights](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization) in the repo. I'd like to invite @chrisdel101 and @inigomarquinez...

discuss

> and also test the deploy previews ### I setup netlify deploy previews, part of their deal for OSS is we get a free Pro plan with unlimited seats, and...

In the dark mode of the application, the design of the input when it is selected is not suitable and appears difficult to distinguish. This negatively impacts the user experience...

bug
help wanted

There's a flash on page load when user has dark mode set We can inline the css and js to set up the page before it's rendered to the browser...

bug
help wanted

As we will have a blog soon :partying_face: (see: [expressjs.com #1483](https://github.com/expressjs/expressjs.com/issues/1483)), it's time to start thinking about the content. Here are some ideas about recent events that might be good...

blog

Docs for the middleware modules linked from https://expressjs.com/en/resources/middleware.html are sourced from the README files in the corresponding repos and are copied to `_includes/readmes` using [get-readmes.sh](https://github.com/expressjs/expressjs.com/blob/gh-pages/get-readmes.sh). So, e.g., https://expressjs.com/en/resources/middleware/body-parser.html comes from...

enhancement
help wanted