Chris Broadfoot

Results 21 issues of Chris Broadfoot

``` https fetch failed: Get https://gopkg.in/mgo.v2?go-get=1: unexpected EOF ``` Sorry, no more details than that. I see this error occasionally.

``` $ autobld -x node_modules/ -m '*.go' -p 3000:8080 -- bash -c 'vgo build && ./ELIDED' 2018/03/20 04:26:17 Change detection failed: Walk directories failed: open ELIDED/node_modules/@material/toolbar/dist: too many open files...

``` $ go version go version go1.9 linux/amd64 $ go get -u neugram.io/ng $ go install net/http $ ng ng> import "net/http" ng: neugram panic: plugin: failed to open Go...

https://github.com/tmrts/go-patterns/blob/4f4ceb2dc1b4b9b5bb2985da4599fbc1aa4bddd2/parallelism/md5.go

Redirect `deploy.cloud.run/user/repo/subdir` to `deploy.cloud.run/?git_repo=https://github.com/user/repo&dir=subdir` Hello world URL becomes: https://deploy.cloud.run/GoogleCloudPlatform/cloud-run-hello And then you can trivially replace "github.com" with "deploy.cloud.run" in the URL to deploy.

Especially for Go 1.11, where `appengine.Main` isn't required, it's confusing when people try to use this package without `appengine.Main`. Maybe we should modify the message to point to a doc...

``` package foo import ( "testing" "google.golang.org/appengine" "google.golang.org/appengine/aetest" ) func TestModule(t *testing.T) { ctx, cancel, err := aetest.NewContext() if err != nil { t.Fatal(err) } defer cancel() t.Log(appengine.ModuleName(ctx)) } ```...

Trigger an event when keyboard shortcuts are used: https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiEventTracking Probably here: https://github.com/golang/gddo/blob/72a348e765d293ed6d1ded7b699591f14d6cd921/gddo-server/assets/site.js#L174-L207

feature
help wanted

https://godoc.org/-/subrepo has a special index to display all the `golang.org/x/...` subrepos. It would be nice to have this for any package path prefix. For example, to display all of the...

feature

Low priority. > ga.js is a legacy library. If you are starting a new implementation, we recommend you use the latest version of this library, analytics.js. For existing implementations, learn...

task
help wanted