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 84,622 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
Section/Content To Improve
Section "Config order of precedence".
Suggested Improvement
The current implementation of
- 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
Apr 29, 2020 - JavaScript
Looking things over, the Contributing.md doc is rather anemic with regards to describing the decision making process. It would be good to expand with a more formal discussion of the project governance, how folks get a commit bit, how conflicts are resolved, that sort of thing.
Refs: expressjs/express#2844
Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
There are links to google-oauth packages in readme, and they are broken (should go to /google-oauth instead of /google)
Here
https://github.com/meteor/meteor/blob/devel/packages/google-oauth/README.md
Source code of released version | Source code of development version
Challenge Build a Tribute Page has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
好像VIMEO把GOOGLE的云服务器IP拉黑了,始终打不开视频。想问问是否有其他视频源可以观看
Minor thing, but would be nice to be able to get to dev tools without right click + Inspect, especially when menu is shown by the app on right click.
NWJS Version : 0.45.1
Operating System : macOS Catalina
Expected behavior
Devtools menu item or command + option + I should open dev tools
Actual behavior
It works in nw1 mode, but not in nw2, has been like that for a whil
-
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'
What's going wrong?
The docs say that the default exec_mode is fork. However, when exec_mode is not defined in the config, my processes start in cluster mode.
How could we reproduce this issue?
A config without exec_mode defined.
-
Updated
Apr 23, 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"
AI/ML API Examples
We have some documentation about using IBM Watson: https://github.com/sahat/hackathon-starter#ibm-watson
It would be great if we have one or more working API examples using Watson or ML/AI APIs that are provided by other companies such as Microsoft or AWS.
Describe the bug
Cannot delete file already deleted in Cloudinary when using strapi-provider-upload-cloudinary.
Steps to reproduce the behavior
- Use Cloudinary provider.
- Upload a file.
- Delete the file directly from Cloudinary (use the Cloudinary UI for example).
- Go to Strapi's File Upload page and click the trashcan icon of the uploaded file.
Expected behavior
Th
https://eslint.org/docs/rules/prefer-regex-literals
There are two ways to create a regular expression:
- Regular expression literals, e.g.,
/abc/u. - The
RegExpconstructor function, e.g.,new RegExp("abc", "u")orRegExp("abc", "u").
The constructor function is particularly useful when you want to dynamically generate the pattern, because it takes string arguments.
When using
Description
Clicking the tray icon should minimize the window (like other apps with systray support, such as Telegram).
This is not the same issue as having Nativefier minimize to tray after the window is closed (as in #97, #127 or #158), which already works. It's just annoying having to manually close the window.
Steps to reproduce issue
Open a website with --tray. You shoul
When I read the docs, e.g. https://date-fns.org/v2.8.1/docs/Time-Zones , I found some example code has errors (The pattern 'D.M.YYYY HH:mm:ss.SSS [GMT]Z (z)' in the that page is not valid), but can't find a place to post comments.
I also find several other minor issues in the documents too. Consider add a link or something to let readers add comments?
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

Describe your problem and how to reproduce it:
In the lesson linked below,
This will pass:
But this wont:
The error message says: `Your regex s