-
Updated
May 1, 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 117,439 public repositories matching this topic...
-
Updated
Apr 30, 2021 - JavaScript
FileHandle.stream
It might be possible to have a more efficient way to pipe a file to a stream by adding a .stream
method to FileHandle
.
e.g.
FileHandle.prototype.stream = async function (dst, { start = 0, end, signal } = {}) {
// TODO: this[kRef](), this[kUnref](), if (signal.aborted) throw AbortError()
let pos = start
while (true) {
if (end && pos >= end) {
break
}
-
Updated
May 1, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 28, 2021 - JavaScript
Accounts.forgotPassword callback with an error message"User not found [403]" if the user with the specified email does not exist.
Is it possible to stop this error message from reaching the client ? If not is it something that should be changed ? I can make a PR to address this.
-
Updated
Apr 30, 2021
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Apr 30, 2021 - TypeScript
Describe the bug
Using xframe ALLOW-FROM
throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.
https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
May 1, 2021 - JavaScript
-
Updated
Apr 17, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 26, 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
Apr 30, 2021 - JavaScript
Converting a selection to a bulleted or numbered list results in adding an extra row to the list
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
May 1, 2021 - JavaScript
-
Updated
Apr 29, 2021 - Go
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Preflight Checklist