Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

Yeah, I knew when I was writing it that this wouldn't work for as a library :p I would be more inclined to have a new repo for the chromecast...

We are also experiencing something similar with about 80 functions where 5-6 regularly fail. We are currently on version `10.1.4`. ``` functions: got "Quota Exceeded" error while trying to update...

Not sure this would a better option, but it might appeal to people who want to keep everything in the gunkconfig, I would use it if the feature existed. This...

This is actually not an issue with the proto parser, but the way we handle the Gunk (Go) package name, or more accurately, the fact that we don't do anything...

@mvdan your suggestion seems reasonable to me. We may be able to have a cli option that will force set the package, or one that will ask the user, or...

What do you mean by sub-configs? Configs in child directories?

Actually, thinking about this again, I forgot that we don't always download `protoc`; we only download it when it is missing from the system.

At the moment, we don't use `protoc` to load those files, so that would need to use `protoc` which would mean we need to include `protoc` as a dependency to...

We may be able to import the go generated files for these libraries, and then use https://github.com/golang/protobuf/blob/master/proto/properties.go#L544 to get the FileDescriptorProto. We can load the google api annotations from `google.golang.org/genproto/googleapis/api/annotations`...