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 85,138 public repositories matching this topic...
Is there a way to hide the icon of a BrowserWindow on Windows?
Actual:
<img width="68" alt="Screen Shot 2020-02-08 at 11 27 35 AM" src="https://user-images.githubusercontent.com/438516/74090907-194fc800-4a
-
Updated
May 3, 2020 - JavaScript
- Version: v10.x
- Platform: all
- Subsystem: repl
What steps will reproduce the bug?
$ node
> function foo() {
... let n = 10n;
Thrown:
let n = 10n;
^
SyntaxError: Unexpected end of input
>
How often does it reproduce? Is there a required condition?
Reproduces all the time.
What is the expected behavior?
Should not cause an
-
Updated
May 4, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 25, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jan 22, 2020 - CSS
When you open an live http site in a popup and the site wants to redirect back to the NWjs app using the chrome-extension protocol an error ERR_UNSAFE_REDIRECT occures.
Note this is a very common usage for example for Single Sign On sites or OAuth2 autorizations.
@rogerwang - could you please check as this is a bit urgent, we are close to release of our NWJS app and an SSO and OAuth2 really
-
Updated
Apr 24, 2020
Issue Summary
In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in .yml. These are not accepted by the application, which requires a .yaml extension. This results in routes not being uploadable with Safari.
To Reproduce
- In Safari, click the 'Upload routes YAML' button in Labs.
This doesn'
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
May 2, 2020 - JavaScript
Check List
Please check followings before submitting a new feature request.
- I have already read Docs page
- I have already searched existing issues
Feature Request
New to Hexo and finding some inadequacies in some of the documentation.
- Under Helpers List Tags (and other
list_helpers) the "style"
-
Updated
Apr 29, 2020 - JavaScript
Describe the bug
Strapi server crashes on GET /connect/vk. After it asks for app's permission on collecting your data, it redirects you to your endpoint and server crashes.
Steps to reproduce the behavior
- Turn on VK provider
- Fill all the fields
- GET /connect/vk
- See error
Expected behavior
It should return JWT token with all the other information
**Code sni
-
Updated
May 4, 2020 - JavaScript
This issue (webtorrent/webtorrent#1685) mentioned a nice resource that shows how to integrate WebTorrent with various JS video libraries.
https://qiita.com/mehdi/items/22ba55ae30bdcedd0746
Would be nice to add updated versions of these examples to the docs.
There is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
lint the jsdoc
I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify.
We may be able to make JSDoc just check the syntax and exit (and make it part of the lint scripts).
This is moot if we want to move forward with maintaining our own TS types (for which there is an op
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans. true when they pass, false when they fail. This does not apply to the throws() and throwsAsync() assertions.
Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua
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
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia



I noticed that @NitronR has added a ton of content to mostly the rosetta code section (thanks BTW). You can see a list of his PR's here. I did forum search for a couple of the challenges and it looks like guide pages have been created, but I noticed that the
forumTopicIdwasn't added to many of the chall