Don Park
Don Park
At first I expected just a smattering of UnderConstruction gifs but this really tells a history and has great content. I especially liked the default screen size going from portrait...
stxmempool.com fails with WebSocket connection to 'wss://stxmempool.com/api/v1/ws' failed. is there a repo for this project? it is a great resource, and a good place to implement a report with accurate...
#3318 contains a patch to add `pox_v1_unlock_height` to the `new_block` event pushed to the API to help determine when the pox1 locked amounts become unlocked.
Perhaps your go compiler is old?
Hi- I tried adopting the pull request for godep - got the same failure. ``` $ make GOPATH=:`pwd` go get github.com/tools/godep GOPATH=:`pwd` bin/godep restore GOPATH=:`pwd` go build -o bin/influxdb-collectd-proxy #...
Hi. I'd say Go is hokey and the makefile is trying to compensate. I'd like to keep dependencies local to the project folder and GOPATH=`pwd` appears to be doing that....
Thanks Andrew - I'll dig into it and see if I can contribute.
> * Is there anywhere I can look to see what all the different config options mean? the option name and the source code are the only 'documentation' currently. toml...
I'm seeing this too but I dont know enough C++ to see how to fix it. Ubuntu 12.04
This seems to work. ``` diff --git a/src/movid.cpp b/src/movid.cpp index 80213dd..6fbc1bd 100644 --- a/src/movid.cpp +++ b/src/movid.cpp @@ -228,6 +228,7 @@ static void web_pipeline_stream_trickle(int fd, short events, void *arg) { std::vectoroutbuf;...