Skip to content
#

mit

Here are 701 public repositories matching this topic...

szmarczak
szmarczak commented Nov 17, 2020

Is your feature request related to a problem? Please describe.

const readline = require('readline');

const input = readline.createInterface({
	input: process.stdin
});

The code above just hangs.

Describe the solution you'd like

const readline = require('readline');

const input = readline.createInterface({
	input: process.stdin
});

+input.unref(
SwifterSwift
foolip
foolip commented Nov 20, 2018

System information

  • node version: v10.13.0
  • npm or yarn version: 6.4.1
  • OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
  • Applicable nodegit version: v0.23.0 built from source

https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com

panel
Pemigrade
Pemigrade commented Dec 22, 2020

Background (please complete the following information):

  • Panel or Daemon: Panel
  • Version of Panel/Daemon: 1.1.3
  • Server's OS: Ubuntu 20.04
  • Your Computer's OS & Browser: Windows 10, Chrome

Describe the bug
Users with a + in their email cannot reset their password. They can request to reset their password and will receive a password link to reset it. However, clicking on that p

Improve this page

Add a description, image, and links to the mit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.