node

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
Here are 28,299 public repositories matching this topic...
Describe the feature you'd like to request
These are common issues developers run into with Next.js. Some are mentioned in the docs, but ideally you don't have to go check the docs.
Describe the solution you'd like
Instead, ESLint can provide compile-time feedback and suggestions.
- Trying to call an API route from inside
getStaticProps
/getServerSideProps
leading to [next build
-
Updated
Oct 28, 2021
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Oct 27, 2021 - JavaScript
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Oct 23, 2021 - JavaScript
International Russian passport contains 9 digits, not 10:
https://github.com/validatorjs/validator.js/blob/13651ea2095c0966576fd7bf44505fb5501681de/src/lib/isPassportNumber.js#L53
-
Updated
Oct 29, 2021 - TypeScript
-
Updated
Oct 11, 2021 - Go
-
Updated
Oct 22, 2021 - JavaScript
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.
To this end, yarn allows packages
Editor
button text should beEdit
- Edit and Preview buttons should stay highlighted (Primary color) based on current mode
- Need to add an interface option for Font type (same as other interfaces) for Sans, Serif, Mono. Should we have two? One for editor and one for preview? I think both should default to
sans
(like this GitHub editor). - All WYSIWYG CSS should get copied from the
Describe the bug
I've built the verdaccio/verdaccio:local
local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy
docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker
-
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\
OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\
-
docker-compose up
-
Updated
Oct 16, 2021 - JavaScript
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Oct 19, 2021 - JavaScript
Context
This isn't really a feature request, as what I need is possible with nock as-is. But I spent several hours searching, reading old issues and searching through the source code to find the solution, so I thought this might help others.
I am testing code that accesses a service that sets the statusMessage of the response, as well as the statusCode. I am using nock to mock the server
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Sep 20, 2021 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Discussed in nodejs/node#40443
Originally posted by snytkine October 13, 2021
I'm not sure if this is the correct forum for this. Also I have never worked on node.js code itself so I may not have a complete understanding how the agent manages sockets. I was reviewing the code in _http_agent.js and I think tha