Brian Picciano
Brian Picciano
Hey @trans, I appreciate you're still using goat and would like to contribute. Unfortunately I've gone back to simply using the default `go get` setup with a GOPATH and all...
Updated the readme on this project :) Thanks for picking it up! I'm down to provide whatever advice I can, just @ me in an issue and I'll see what...
I don't think they affect goat directly, just how you interact with projects in go overall. WHatever you would put in a `go get` command is what gets put in...
Hey @tummychow, thanks for taking the time to put your thoughts down. I'm currently out of town, but I'll be back in on sunday so I'll go through and really...
@tummychow So what would the ref actually be? Would this be like a git ref, and goat would have to just figure out that this is actually a git repository...
Hi @yash-nisar ! > I wanted to ask if the same connection can be re-used ? What is the recommendation ? Unfortunately no, the connection within PubSubConns can't be extracted...
Hi @dokterbob , I'm afraid that in its current state this PR isn't a change I'd like to make to radix. The mapping of an empty array to an empty...
> You are suggesting to have radix return an error when an empty slice is flattened. I am suggesting that radix should return an error whenever _any_ slice which is...
Hi @woodsbury, I agree that this is a problem worth solving, and thank you for digging into it and coming up with a solution. I do have a couple comments...
Hey @woodsbury , the idea of an optional interface had occurred to me as well. There's two reasons I'm hesitant about it: - I had worked hard to factor out...