Max Burke
Max Burke
* One of the selection factors that resulted in us picking flatbuffers over other formats like protobufs was that flatbuffers doesn't use varints. If they pop up in v2, perhaps...
If Flatbuffers is stable from a binary serialization point of view, couldn't Python 2 users use a particular version of `flatc` and the `flatbuffers` library and stick with it? I...
Interesting. I’m not much help here but subscribing because I was just about to migrate our Rust services to musl...
@tarcieri I noticed the same issue in the cargo-deny project too: https://github.com/EmbarkStudios/cargo-deny/issues/330 I don't know what other ways there are to get more information; is there a verbose flag?
I was seeing this on Ubuntu 20.04 as well
For example: ``` --- a/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network/enums.go +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network/enums.go @@ -295,13 +295,15 @@ type ApplicationGatewaySslPolicyType string const ( // ApplicationGatewaySslPolicyTypeCustom ... ApplicationGatewaySslPolicyTypeCustom ApplicationGatewaySslPolicyType = "Custom" + // ApplicationGatewaySslPolicyTypeCustomV2 ... + ApplicationGatewaySslPolicyTypeCustomV2 ApplicationGatewaySslPolicyType...
When setting up user provisioning, I am setting the userPrincipalName and OnPremisesImmutableID mappings to Email -> Value. This seems right but the GSuite interface mentions a cardinality mismatch. When I...
First stab at a PR for adding type annotations to flatc-generated code: #7858
> @maxburke Haha, I was starting to make a pr myself (this issue has been for 3 years!), until I saw your pr. Thanks! I would love it if you...
@dbaileychess Understandable, let me see if I can fit it in. What would you think of the name `readonly` for the attribute?