Marco Ferrer

Results 22 issues of Marco Ferrer

I am really excited to see this repo begin to take shape. I was curious to know if there were plans to publish a road map of the work being...

Porting the templating logic for validation annotations from the html template https://github.com/pseudomuto/protoc-gen-doc/blob/00cf69cfa432cb7ff4218bd2106290716423400e/resources/html.tmpl#L238

The original proto text printer would use `` for denoting when a struct start and ends when rendering options. This PR updates the option rendering to use the new v2...

The current proto text printer outputs options using `` to denote the open and close of a message literal. The newer proto printer in the V2 API uses `{}` which...

This is a nice demo! I wanted to try it out with kroto based implementation. Let me know what you think. I also made some misc changes to the build...

If a user generates python sources for their protos but does not generate python sources for the validate dependency, the python sources will produce an error at runtime for invalid...

Bug
Enhancement
Python

Submitted a PR with all the requested details https://github.com/envoyproxy/envoy-website/pull/372

Fixes https://github.com/grpc/grpc-go/issues/7293 This PR replaces usage of `math/rand` with `math/rand/v2`. RELEASE NOTES: none

Status: Requires Reporter Clarification
Type: Internal Cleanup

Closes # ## 💸 TL;DR Right now server trace spans for thrift report the service name as unknown. Because the thrift compiler doesn't generate schema metadata, we can fallback to...

We're running into the current scenario recently and are trying to come up with a way to address it effectively. When performing a canary deployment, as traffic is shifted from...