Results 20 comments of jen20

Hi @mattmoyer - you're right, this is particularly nasty if you happen to encounter it. I'll give it some thought with @phinze and @mitchellh and come back to this issue...

@iliana Did you end up setting up a project Discord? There's a bunch of stuff around Rusoto that I'm happy to contribute to (accepting that it's not my day job...

In the past our strategy has been to add the types anyway, since valid programs will still have strings that are a member of the sum type and can be...

Is there a reason not to put all the valid versions in the type?

Point 1 will be addressed by pulumi/pulumi#7059 when that that lands.

:+1: - it seems a lowest common denominator would be a bad idea in so far as it would end up crippling some of the features of Event Store which...

Hi @Plecra! You can use the `prost-types` crate for this - it has a [`FileDescriptorProto`](https://docs.rs/prost-types/0.6.1/prost_types/struct.FileDescriptorProto.html) type which can be parsed in the normal way.

Ah, I see! Sorry, I misunderstood the aim here.

The last two points I would add to this for discussion when we get round to looking at this are: - our dependencies are not checked into this repository, meaning...

@mitchellh Is this likely to be accepted given the new libs? https://github.com/packer-community/packer-windows-plugins/pull/39 depends on it - I can likely work around this if necessary though.