-
Updated
Apr 10, 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 115,401 public repositories matching this topic...
-
Updated
Apr 10, 2021 - JavaScript
The documentation says that it should, but instead it returns a promise with Buffer.
Also the example in the documentation called "Deriving bits and keys" has a bug. In subtle.importKey it is missing 'deriveKey' causing subtle.deriveKey to fail.
Buggy version:
async function pbkdf2Key(pass, salt, iterations = 1000, length = 256) {
const ec = new TextEncoder();
const keyMaterial
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 22, 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 8, 2021
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Apr 9, 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 1, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 9, 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 8, 2021 - JavaScript
Converting a selection to a bulleted or numbered list results in adding an extra row to the list
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 15, 2021 - Go
-
Updated
Apr 9, 2021 - JavaScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
In the German translation of
electron/docs/tutorial/quick-start.md
, the commandnode -v
was incorrectly translated asknode -v
.