Nathan Youngman
Nathan Youngman
The combination of TravisCI (Linux/OS X) and AppVeyor (Windows) is not enough. v1.3.0 was patched for linux/arm64, but we have no CI for arm64 to ensure that it keeps on...
I would like to implement filters like these in a separate utility package: - shell pattern matches, such as *.go - excluding hidden files and directories (.git, .hg) - throwing...
This is an easy way to get it working on a Mac. Not sure if it still all works on Linux and how it affects the deploy. closes #10
badge
It would be awesome to have a coverage badge from gocover.io. /cc @espadrine See https://github.com/badges
- Install [Boot2Docker](https://github.com/boot2docker/boot2docker) This gets it running: ``` console boot2docker up $(boot2docker shellinit) docker run -d -p 6379:6379 --name redis-master crosbymichael/redis cd server go build ./server -r=$(boot2docker ip 2>/dev/null):6379 ```
It's super nice being able to use `--search` to limit to the packages that are part of an application without showing dependencies of all the third-party libraries. It's also nice...
I'm glad @tmorton made the change in #7 from: > My language must be optimized for me, not the computer to > We value languages that are optimized for developers...
I say that tongue in cheek. Just pointing out that it's not always easy to pick which side to value more. Case in point. https://github.com/rails/activerecord-session_store/pull/22
./wrap.go:165:53: possible misuse of unsafe.Pointer
It looks like the next steps here are: - [x] review, revise, and merge #18 (thanks @drewwells for all the work on testing) - [x] some project stuff like Travis,...