-
Updated
Jul 18, 2022 - TypeScript
Node.js

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 168,721 public repositories matching this topic...

-
Updated
Jul 18, 2022 - C++
-
Updated
Jul 16, 2022 - JavaScript
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 15, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jul 18, 2022 - TypeScript
Describe the bug
At the time of registration, email has not been validated correctly http://localhost:1337/admin/auth/register
Expected behavior
An email should be valid in all aspect like
- should check valid domain, well-formed and valid mailbox
-
Updated
Jul 3, 2022
Conditions above this line allow msg===null to get into Object.keys(msg);
`livedata_connection.js:1626 Uncaught TypeError: Cannot convert undefined or null to objectat Function.keys ()at Connection.onMessage (livedata_connection.js:1626:20)at brows
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Jul 16, 2022 - JavaScript
-
Updated
Jun 4, 2022 - JavaScript
The desktop app allows free customisation of the basic layout via the toggleLayoutMoveMode
command (bound to View > Change application layout
toolbar menu) which allows movement of the various panels and can permit vertical, horizontal or mixed layouts. The application also supports toggling the visibility of the notebook list and notelist.
The terminal app is otherwise relatively static, the
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.
-
Updated
Jul 12, 2022 - JavaScript
-
Updated
Jul 16, 2022 - TypeScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 10, 2022 - JavaScript
Disable TS
What is the problem this feature will solve?
whenever bun reads a tsconfig it doesn't understand a warning is presented, I guess that's ok if the intention is to use bun for compilation but it isn't very nice if I am simply using bun as a JS runtime.
What is the feature you are proposing to solve the problem?
A flag to disable ts processing, something like --disable-ts
What alte
-
Updated
Jul 17, 2022 - JavaScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
following up the discussion in nodejs/node#43757
if we want to allow the
concurrency
option to be a boolean, we need to come up with good defaultsthere are two levels of concurrency:
--test
each file is spawned in its own process so we useos.cpus().length
as the default