Péter Szilágyi

Results 278 comments of Péter Szilágyi

Hmm, I've seen that I can list all the topics by specifying `""` for `nsqd.GetStatus`, so maybe this PR is not *that* useful at the end of the day. Still,...

I *can* hack this myself currently via `proxy.Control.SetConf(control.KeyVals("DisableNetwork", "1")...)`, it just feels out of scope to do it myself in my app.

> I am unsure why you cannot afford an extra build step when that's what CGO is doing. Building a static lib with one shell command or two seems inconsequential...

:+1: Thanks for the feedback and the great work on the APIs :)

I've tried to do a simple integration my side, but there are some dependency issues caused by your package layout. In order for me to support your interfaces, I need...

That is fine. It was a suggestion, I can accept you decision.

Btw, I played around with this code a bit and your code seems to work fine with Tor 0.3.3, but the racey behavior appears with Tor 0.3.5. Probably they changed...

@immartian We're releasing a tool with Geth 1.6 that will be able to set up various goodies for private networks, among others the stats page.

https://www.youtube.com/watch?v=8sXzxkODH-c :)

Puppeth is part of the go-ethereum alltools release. If you installed geth via a package manager you should have it. If you build manually, do `make all` to build `puppeth`...