Tim Garton

Results 4 issues of Tim Garton

In a typical setup of go with docker containers (using the official images at https://hub.docker.com/_/golang/) the GOPATH is setup to be `/go`. The first frame in a panic stack trace...

The failure is: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x10 pc=0x40b8b7] goroutine 1 [running]: panic(0x8b3bc0, 0xc820010160) /usr/local/go/src/runtime/panic.go:464 +0x3e6 main.(*StatusCommand).Run(0xe64ee8, 0xc82000a5d0, 0x0, 0x0,...

When using ice as a plugin with tinymce, the textarea always grabs focus. I have tried initializing tinymce with both: tinyMCE.init({ ... auto_focus:"", ... }); and without, and neither work

patches welcome