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 29,059 public repositories matching this topic...
Describe the feature you'd like to request
As per the docs: https://nextjs.org/docs/advanced-features/custom-document#caveats
styled-jsx is not allowed inside custom _document.js and I was getting 500 errors on all SSR pages when deploying a site to production that had a <style> tag inside a custom _document.js.
I think it's a good idea to add an ESLint rule to remind users about
-
Updated
Dec 15, 2021
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Dec 29, 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
Dec 29, 2021 - Go
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 29, 2021 - JavaScript
Describe the bug
Plugin Generator page https://verdaccio.org/docs/plugin-middleware/plugin-generator is missing (linked from https://verdaccio.org/docs/plugin-middleware/#generate-an-middleware-plugin)
To Reproduce
Go to https://verdaccio.org/docs/plugin-middleware/#generate-an-middleware-plugin and click on the "plugin generator" link.

With the introduction of web streams, it would be good to integrate support into the various common stream utilities...
Refs: nodejs/node#39134
/cc @mcollina @ronag
stream.finished()