-
Updated
Apr 2, 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 114,753 public repositories matching this topic...
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Apr 2, 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
Mar 27, 2021
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Apr 2, 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 1, 2021 - JavaScript
-
Updated
Mar 29, 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 1, 2021 - JavaScript
When using the shortcut (default: CtrlCmd+Shift+F) or the menu item Edit > Search in all notes, the focus is set to the global search field.
However, if there's already text in the field, the cursor is placed at the end and typing appends to the existing search term.
This change should highlight the current text, so that it will be replaced by the new search term.
/ref https://discour
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Mar 15, 2021 - Go
-
Updated
Mar 31, 2021 - JavaScript
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
JumpListdoes not cause other entries to disappear.Actual Behavior
A single invalid
JumpListentry makes all other entries disappear.To Reproduce