hellojukay

Results 8 issues of hellojukay

In cluster mode, pm2 binds the port of my program and inherits the file handle to the child process, how does pm2 know the port of my program, and how...

dose tusk support develop custome plugin like ansible plugin?

enhancement

For own npm repositories, what if I let yarn install support output error messages? For example, if a package has a serious security issue and the server blocks the installation...

```shell hellojukay@local test $ go env GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/home/hellojukay/.cache/go-build" GOENV="/home/hellojukay/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" ``` ```shell package main import ( "flag" "io" "log" "os" "github.com/mjl-/duit" ) func check(err error,...

* 解决master分支无法编译的问题

Mark clearly in the document that this project can only be run with Python 3 to prevent novices from taking a detour.