Elliot Jackson

Results 54 comments of Elliot Jackson

I want to thank you for your suggestion regarding the support for `validateAll` semantics in Java. The good news is that this feature is already available and fully supported in...

Thank you for reaching out and expressing your interest in having C# support for `protoc-gen-validate`. While we won't be adding C# support to `protoc-gen-validate`, I'd like to point out that...

I want to let you know that there's a similar request for Rust support in the `protovalidate` project, which you can find here: [Issue #33](https://github.com/bufbuild/protovalidate/issues/33). While we won't be implementing...

Your feedback has been included in [bufbuild/protovalidate#69](https://github.com/bufbuild/protovalidate/issues/69) as this feature aligns with our goals for `protovalidate`. I'd like to emphasize that we have no intention of completing this feature in...

Thank you for raising this issue related to generating PHP libraries from proto files. Your detailed explanation helps us understand the situation better. Given your mixed Golang and PHP environment...

Thank you for highlighting the importance of sharing validation rules for reusing custom validation rules within a project. This is an area of interest for us as we continue to...

Good news! this is now possible in [protovalidate](https://github.com/bufbuild/protovalidate). ```protobuf syntax = "proto3"; import "google/protobuf/timestamp.proto"; import "buf/validate/validate.proto"; message Transaction { google.protobuf.Timestamp purchase_date = 1; google.protobuf.Timestamp delivery_date = 2; option (buf.validate.message).cel =...

@douglowder I want to provide some impact context here. Im seeing a 10-20% degradation in new user sign up as a result of this bug as I rollout a new...

I've just recently started using `expo-updates`, as we roll out i started to see a degradation in successful new user signups(every other metric i have is perfectly fine). Initially everything...

Approximately 20% of our users are experiencing issues. Initially, everything appears normal, but the situation deteriorates rapidly as the crash rate climbs. You can observe from the data that the...