Peter Flood

Results 36 comments of Peter Flood

Someone says it can be done here https://stackoverflow.com/a/36830765/121725 but I can't get it to work (with `gcloud`).

`:` is used as a prefix to indicate interpreter commands, so how about `:!ls -la` (`!` is used for shell in many programs)? As for being out of scope, I...

Mysql repl uses `mysql> \! ls -la`, `psql` uses the same syntax.

boot2docker doesn't support utf8 filenames, this prevents me from mounting samba shares with utf8 filenames into containers. This is the main reason why I use docker-osx. I just installed the...

This is still a problem however I've found what seems like a good workaround, simply import as ``` werrors "github.com/pkg/errors" ``` and it doesn't get changed to `"errors"`.

Ahh, I see. I'm totally new to `gqlgen`, just running commands in a `Makefile`. The command exits with status 1 so I assumed that it was unsuccessful however I now...

Running `gofmt` doesn't fix the imports for me :(

> Did you ran this from the root without the werror import?: @pjvds I've realised the command I ran was incorrect, the one you provided _does_ work for me. After...

I just ran into this with the latest version (ran `firebase setup:emulators:ui` and it downloads `ui-v1.6.2.zip`)