Ryan Boehning
Ryan Boehning
Please publish an official image for `isort` on [Docker Hub](https://hub.docker.com/), [AWS Public ECR](https://gallery.ecr.aws/), [GCR](https://cloud.google.com/container-registry/), the GitHub Container Registry, or some other equivalent registry. This will make it easier to use...
```sh $ LOCALSTACK_HOST='localhost:4599' awslocal s3 ls 0 Port could not be cast to integer value as '4599:4566' ```
```go var m struct { MergePullRequest struct { PullRequest struct { ID githubv4.ID } } `graphql:"mergePullRequest(input:$input)"` } squash := githubv4.PullRequestMergeMethodSquash input := githubv4.MergePullRequestInput{ PullRequestID: githubv4.ID(prID), MergeMethod: &squash, //
We currently have to pass the Checkov token by storing it in `settings.json`. ```json "checkov.token": "" ``` This is not ideal for a few of reasons: 1. It contributes to...
``` $ gvt fetch github.com/apcera/libretto ... fetches a bunch of recursive dependencies... ... 2016/04/22 13:57:17 fetching recursive dependency github.com/apcera/libretto/Godeps/_workspace/src/github.com/vmware/govmomi 2016/04/22 13:57:17 command "fetch" failed: copyfile: create("$GOPATH/src/foo/vendor/github.com/apcera/libretto/Godeps/_workspace/src/github.com/vmware/govmomi/LICENSE"): open /$GOPATH/src/foo/vendor/github.com/apcera/libretto/Godeps/_workspace/src/github.com/vmware/govmomi/LICENSE: is a...
The plugin is completely broken for me. My system: OS X 10.10.5 Sublime Text 3 build 3095 Installed through Package Control Here's the traceback from the console: ``` Traceback (most...