David Cohen
David Cohen
perhaps emulate the stdlib's gzip API. Receiving multiple files could be just gzip.Reader in multistream mode. In that lib, each file gets metadata in gzip.Header (https://golang.org/pkg/compress/gzip/#Header)
lotter author here, hi. I intended the install to be as simple as `go get src.d10.dev/lotter`. Sorry for any inconvenience there. Based on a quick scan of div0man's issue, I...
My best guess is that I used a hostname in the `-domain` parameter. I'm trying to setup from scratch. Currently stuck on #611 . If I'm able to get past...
I appreciate the help. When I wrote this issue, I was using "upspin.example.com" as the domain, and host. Looking over the directions, they use "upspin.example.com" as host, and "example.com" as...
I'm using "example.com" here on github. I didn't use "example.com" in the actual setup. I'm saying that I chose "[email protected]" to be my local admin account. And upspin chose "[email protected]"...
If gddo is going to run a command like `git` or `svn` to fetch the source code, wouldn't it be simpler to just run `go get`?
More details... When I search godoc.org for src.d10.dev/getvain, it makes a request and the server returns ``` ``` But I don't see any further queries in the log, so I...
I see now that gddo doesn't support all the vcs that "go get" does. Consider this a feature request for fossil-scm to eventually be included.
I'll take a stab at it, if I can make the time... will post here if I make that happen. Thanks for the replies.
64-bit openbsd. Was running go 1.6.2. Upgraded to go 1.7, same problems. ``` dave@tripper:goterm [master] $ go run examples/chart_example.go Error: GetWinsize: inappropriate ioctl for device dave@tripper:goterm [master] $ go version...