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 22,028 public repositories matching this topic...
What version of Next.js are you using?
10.0.6-canary.9
What version of Node.js are you using?
14.15.4
What browser are you using?
Firefox 84
What operating system are you using?
Ubuntu 20.04
How are you deploying your application?
Vercel
Describe the Bug
Recently (i think 10.0.6-canary.8) the behavior for shallow routing was changed to not scroll-to-top anymore
-
Updated
Jan 30, 2021
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
Support GTIN-14 / EAN-UCC
currently only EANs with length of 8 or 13 are supported, but for some cases you also need different lengths like 14.
E.g. http://www.ibcaweb.org/guide/guide_mfr/ch4.htm#4.4%20EAN/UCC-14%20and%20Intermediate%20Packs
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Jan 23, 2021 - Go
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Jan 23, 2021 - TypeScript
https://docs.nodebb.org/installing/os/osx-mavericks/
Though we do have iOS devices for mobile testing, our core team doesn't actually own a mac (fight this war somewhere else :P). Would anyone with access to one mind testing and updating this page please? :)
More importantly the instructions for redis should be switched to mongo as it is our default recommended install; you can look at the
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Jan 25, 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
Dec 31, 2020 - JavaScript
Bug Report
Hi there. Absolutely love your collective work but have discovered a small bug regarding broken thumbnails in the Project Settings panel (and possibly elsewhere).
Environment
Fresh Directus 1-click App on DigitalOcean
Ubuntu 20.04 LTS
Postgres 12.5
Directus 9.0.0-rc.34
PM2 4.5.1
Caddy 2.3.0
Tested on Brave 88.1.19.90 and Chromium 87.0.4280.141
Steps to Reproduce
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Feb 5, 2021 - SCSS
-
Updated
Jan 11, 2021 - JavaScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: nodejs/node#29227 (comment)