Tuna

Results 12 issues of Tuna

Not sure how we can do it but just raise the issue first. Google Cloud Function supports it at some specific languages like nodejs for example: https://cloud.google.com/functions/docs/monitoring/debugging Their provided local...

I ran `./buildall` and it failed. I have `debootstrap`, `jq` and `debian-archive-keyring` installed already. The detail log is below: ``` $ sudo ./buildall ============================================ Building bitnami/minideb:jessie ============================================ Building base in...

Hi hello, I've followed [this example](https://github.com/jetstack/kube-lego/tree/master/examples/nginx) on minikube. Checking the log of nginx-ingress-controller pod it's saying: ``` W0718 07:24:54.649166 1 controller.go:932] Secret echoserver/echoserver-tls does not exists ``` I think I've...

```$ go get github.com/inconshreveable/gonative # github.com/inconshreveable/gonative ../../inconshreveable/gonative/gonative.go:67:70: cannot use nil as type bool in field value ../../inconshreveable/gonative/gonative.go:67:70: too few values in struct initializer ../../inconshreveable/gonative/gonative.go:68:99: cannot use nil as type bool...

### What version of MongoDB are you using (`mongod --version`)? ``` v4.0.8 ``` ### What version of Go are you using (`go version`)? ``` 1.11.8 ``` ### What operating system...

Stats server unreachable err="websocket.Dial ws://stats.tomochain.com:443/api: dial tcp: lookup stats.tomochain.com: Try again"

enhancement

```panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x7344b5] goroutine 400568 [running]: github.com/ethereum/go-ethereum/core/state.(*StateDB).getStateObject(0x0, 0x0, 0x0, 0xc088000000, 0xc05639f380) /home/tuna/gocode/tomox/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:371 +0x85 github.com/ethereum/go-ethereum/core/state.(*StateDB).GetState(0x0, 0x0, 0x0,...

bug

propose to github.com/tomochain/bootnode take out code from bootnode package.

discussion

Idea will be the same as the case of missing m1. Once a m2 node is in-turn to validate block but he's unfortunately offline, other nodes will count to the...

enhancement

Only allow one node to create block. The other node(s) only import. Adding a check message calling to bootnode to collect running nodes in the network at this below function:...

enhancement