Stephen Day
Stephen Day
@dsheets What is the proposal here? Do you want to capture this information?
Ok, let's figure out a test example and work from there. We should be able to handle this as well as anything!
Protobuild is really only for managing protobuf generation in Go environment. Much of the configuration is around resolving includes (`-I` argument on `protoc`) out of GOPATH. For another language, you'd...
Sorry for the late response here. What if we added the ability to dump the import paths? ``` $ protobuild imports $GOPATH/src/github.com/containerd/containerd $GOPATH/src/github.com/gogo/protobuf/ $GOPATH/src/github.com/googleapis/googleapis $GOPATH/src ``` Let me think about...
@AkihiroSuda Isn't this just a mask?
@AkihiroSuda No, but it should be straightforward.
Looks like a decent proposal: - let's follow the right to left convention, ie `Copy(dst, src string)`, since we've followed that here in other contexts. - I'm not sure if...
> Not sure I quite follow the third. By "I don't Resource needs a copyable method" did you mean "I don't think Resource needs a Copy method" or "I don't...
@ijc Yes, I am using "environment" because "context" is confusing in the context of the existence of the context package. That proposal looks good. As far as driver access goes,...
> There was at least 3 in #95 (comment) ;-) Do you have a favourite? There all my favo[u]rite! I guess I was saying the general direction looks good. I...