-
Updated
Aug 18, 2020 - 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 95,023 public repositories matching this topic...
-
Updated
Aug 14, 2020 - JavaScript
AFAIK There's no documentation available for http.OutgoingMessage. Any new contributor willing to work on this can refer http.IncomingMessage for some inspiration.
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 10, 2020
-
Updated
Jan 22, 2020 - CSS
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Aug 17, 2020 - TypeScript
I'm not sure whether you consider this a bug or a feature, but it should be fixed soon anyways.
Right now, the password validation uses bcrypt.compareSync - which is quite an expensive operation:
https://github.com/strapi/strapi/blob/97dfde210a793452d70e5b99b5df05899f26de1b/packages/strapi-plugin-users-permissions/services/User.js#L116-L118
Synchronous functions are blocking the event-loo
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Aug 16, 2020 - JavaScript
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})
Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Aug 18, 2020 - 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
-
Updated
Aug 16, 2020 - JavaScript
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
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.
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
I'm calling set zoom level on a particular window from the main process. I have another window opened. Both windows change their zoom level. (see gist for repro).
Preflight Checklist