Dan Buch

Results 145 comments of Dan Buch

@mrtazz agreed not a priority. I'm +0 to it. Nice to have a doc to point at, but then again if this project gains enough steam then it will be...

`s/master/leader/g; s/slave/follower/g` </nit>

If possible, I would want the follower to receive everything it needs to complete the work in a single payload, including any information about where to send status updates. It's...

I think the latter makes sense to me, as waiting for the follower to be ready to receive a payload over HTTP introduces another problem. If `'{"a_bunch": "of json"}'` gets...

I care :smiley_cat: Why can't we accept an API token in the body of the webhook request? In the case of Travis webhooks, the entire `.travis.yml` is sent in the...

It's nice to namespace your stuff, but that's about it.

> @meatballhat I will add unit tests later. Did you mean you will be adding tests as part of this PR?

@FGYFFFF Adding a test to this PR, please 👍🏼 😁

@jtagcat Thank you for working on this problem! I admit that I'm more than a bit nervous about depending on spf13/pflag 😅 because it was forked from https://github.com/ogier/pflag for whatever...