-
Updated
Jan 27, 2021 - JavaScript
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 109,277 public repositories matching this topic...
-
Updated
Jan 26, 2021 - JavaScript
pipeline
should immediately fail with ERR_STREAM_DESTROYED
when any of the streams have already been destroyed.
Readable
might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored
and/or _readableState.ended
.
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 23, 2021
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
Issue Summary
When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.
To Reproduce
- Use Node 14
- Run an instance of Ghost
- Attempt to run another instance of Ghost on the same port
💥
We have a check like error.errno === 'EADDRINUSE'
, which evals to `fa
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Jan 28, 2021 - TypeScript
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 27, 2021 - JavaScript
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Dec 14, 2020 - JavaScript
Currently, the Ctrl+Shift+B shortcut is assigned to focus the note editor. However, when the current layout is viewer-only, it doesn't make sense to focus the editor. Instead it should focus the viewer panel.
-
Updated
Jan 26, 2021 - JavaScript
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?
ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168:
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Issue Details
Expected Behavior
An invalid entry to the
JumpList
does not cause other entries to disappear.Actual Behavior
A single invalid
JumpList
entry makes all other entries disappear.To Reproduce