Results 10 issues of Michael Graf

Gometalinter is deprecated with golangci-lint being replacement. Interest in a PR?

on osx I've gotten close: 1. Make an app shortcut in Applications folder: 1. open `chrome://extensions`, right click and choose create shortcut 2. It will put the shortcut to `~/Applications/Chrome\...

``` Some have come the conclusion that using required does more harm than good; they prefer to use only optional and repeated. ``` What is this `and repeated` ? https://thrift.apache.org/docs/idl#field-requiredness

on https://github.com/davecheney/gophercon2018-performance-tuning-workshop/blob/master/4-profiling/1-profiling.md we're missing: https://github.com/davecheney/gophercon2018-performance-tuning-workshop/blob/master/Users/dfc/devel/gophercon2018-performance-tuning-workshop/3-profiling/images/memprof.png It should be https://github.com/davecheney/gophercon2018-performance-tuning-workshop/blob/master/4-profiling/images/memprof.png

This package could use the addition of validators and constructors (`func NewX` ) . This will help enforce the json schema validators such as the built in formats found here...

> > Error: stdout maxBuffer exceeded. > > Fatal error: stdout maxBuffer exceeded. Googling around suggests this may be an issue of a dependency. Anyways, we have about 380 tests...

enhancement

AWS usage will take a few more options like VPC, Route53, Security Groups etc. I figured I'd make this issue to track its progress.

enhancement
help wanted

We can now use "eth0" or whichever interface for the ``` --swarm-opt advertise=eth0:3376 ``` and ``` --engine-opt cluster-advertise:2376 ```

enhancement

What: Adds `type EventType string` and an `EventType` const for every of the types in the maps in `github/messages.go` Why: So that we can do switches like ```go switch eventType...

waiting for reply
NeedsReview

Symptom: All my events are being produced to a single topic partition Context: - following [kafka sender sample](https://github.com/cloudevents/sdk-go/blob/main/samples/kafka/sender/main.go), setting the producer message key [here](https://github.com/cloudevents/sdk-go/blob/f1c0d0aac5ac90027b6e5504a44a14fa8f1985d9/samples/kafka/sender/main.go#L51) - But also using a defaulter...