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,487 public repositories matching this topic...
What version of Next.js are you using?
12.0.1
What version of Node.js are you using?
14.17.4
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
Vercel
Describe the Bug
I implemented PWA using next-pwa in my application, and went through all the necessary steps. ( creating
-
Updated
Nov 6, 2021
-
Updated
Nov 13, 2021 - TypeScript
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Nov 13, 2021 - TypeScript
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in isMobilePhone validation, we have less than 195 phone validations i.e
In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone
-
Updated
Nov 12, 2021 - Go
-
Updated
Nov 13, 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
As @jaycammarano correctly pointed out, the gradient in the time-series panel in Insights is scientifically inaccurate. We should add a way to opt-out of the gradient design element for scientific accuracy.
Discussed in verdaccio/verdaccio#2155
The current progress could be tested via
pnpm install
pnpm build
pnpm debug:fastify
or
npm i -g verdaccio@6-next
verdaccio fastify-server
The main idea is launch fastify with next major but under a flag, so could be tested for a period of time until replaces completely Express server.
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Nov 13, 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
Nov 8, 2021 - TypeScript
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Nov 3, 2021 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
We are missing a check in
readableAbortedgetter regarding whether theDuplexis readable at all.