Ben Woodward

Results 54 comments of Ben Woodward

- I'll test those configurations against S3 this weekend - Let's get tests in before considering the merge - @leonklingele thoughts on writing a config file on `pick init`?

LGTM with the S3 backend, tested as follows: 1. Default `~/.pick/config.toml` with the S3 backend pointed to a non-existent safe file ```toml [storage] type = "s3" [storage.settings] profile = "personal"...

@leonklingele did you have any more tests to add?

We could release the HEAD of develop at `v0.8.0`, let it shake out for a bit and then create `v1.0` off that?

Candidate `v0.8.0` has been released: https://github.com/bndw/pick/releases/tag/v0.8.0

We'll want to include https://github.com/bndw/pick/commit/63ad98bd45db603b7930008199fe45ee4d99708e in the release.

@leonklingele I'd almost forgotten, that's a great idea.

Regarding Go modules-- @leonklingele correct me if I'm wrong but would this mean we cannot support < Go 1.11?

If using go modules still requires the project to live in the `GOPATH`, then I am not sure the benefit. At this stage I'd be OK with removing the Makefile...

@drduh I'm working on a repo, just got an environment setup ``` bsd# uname -a OpenBSD bsd.whatever 6.4 GENERIC#349 amd64 bsd# go version go version go1.11 openbsd/amd64 ```