Kevin McDonald

Results 16 issues of Kevin McDonald

I don't think double asterisk behavior is supported with this plugin ```protobuf // Path template syntax // // Template = "/" Segments [ Verb ] ; // Segments = Segment...

FauxRPC already generates/displays OpenAPI-based documentation by default... But there's more that we can do here. I propose that I make a web-based dashboard for FauxRPC. Ideally, it would have the...

Since this repo introduces a protobuf file to add annotations to other protobuf schemas, it would be very useful if [the protobuf files](https://github.com/planetscale/vtprotobuf/blob/main/include/github.com/planetscale/vtprotobuf/vtproto/ext.proto) were pushed to the [Buf Schema Registry](https://buf.build/product/bsr)....

As the features of this project have evolved, it's now possible and reasonable to generate OpenAPI spec for both Connect and `google.api.http` endpoints. I can also imagine adding support for...

resolves #147 This isn't yet done, as I haven't set up the nur repo for this... and it's early so my brain isn't fully processing what I need to do...

Currently fauxrpc will always emit a single message for server and bidi RPCs and then closes the request from the server. There should be a way to: - continually emit...