-
Updated
Jun 15, 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 164,813 public repositories matching this topic...

-
Updated
Jun 15, 2022 - C++
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Jun 8, 2022 - JavaScript
-
Updated
Jun 11, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 15, 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
May 29, 2022
I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:
Error: Only 64-bit Intel and M1 processors are supported on OS X
From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er
Issue Summary
When setting up a dev env on windows, yarn setup
fails
[2021-12-21 15:45:01] INFO Relation: User to Role
[2021-12-21 15:45:01] INFO Finished database init!
Running "symlink:githooks" (symlink) task
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
May 28, 2022 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 4, 2022 - JavaScript
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.
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
-
Updated
Jun 14, 2022 - TypeScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript
This IS an issue in fastify. #3996 introduced a production dependency on fast-json-stringify (see these lines), and more to that, to a specific version (4.0.1) of that library.
Thank you for linking to the actual code. We definitely want to add direct
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Version
v18.3.0
Platform
Darwin xxx 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Subsystem
net
What steps will reproduce the bug?
A /32 subnet mask such as
1.1.1.1/32
should match only the IP address1.1.1.1
as all 32 bits should be compared. However, if a /32 subnet mask is used with `net.Bl