The Wayback Machine - https://web.archive.org/web/20200504182718/https://github.com/topics/nodejs
Skip to content
#

Node.js

nodejs logo

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...

freeCodeCamp
electron
gpetrov
gpetrov commented May 19, 2018

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

Ghost
formerandroider
formerandroider commented Dec 18, 2019

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

  1. In Safari, click the 'Upload routes YAML' button in Labs.

This doesn'

FutsalShuffle
FutsalShuffle commented Mar 30, 2020

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

  1. Turn on VK provider
  2. Fill all the fields
  3. GET /connect/vk
  4. See error

Expected behavior
It should return JWT token with all the other information

**Code sni

sheetjs
langpavel
langpavel commented Oct 24, 2017

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

boneskull
boneskull commented Apr 14, 2020

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

ava
sunshineo
sunshineo commented Apr 9, 2020

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
You can’t perform that action at this time.