Kevin McDonald

Results 41 comments of Kevin McDonald

I'm sorry for neglecting this library for so long. I pushed a change which I hope fixes this. I don't currently have a server to test against, so I have...

Reopening this since there's still some issues with what I have so far.

I made a logger that filters out most of the verbose stuff but still gives you the important bits like what top-level commands a client is running and when clients...

@ls-aron-kyle You should be able to get this behavior right now. If you're using buf, you can use `strategy: all` in your `buf.gen.yaml` file like this: ``` version: v1 plugins:...

I'm going to go ahead and close this. If this doesn't work for you, feel free to re-open.

It is not. Publishing a plugin publicly to the BSR is a high bar since public plugins are exclusively maintained by buf employees. Maybe if enough people suggest adding this...

I actually didn't even see this yet! There is an open request to add it here: https://github.com/bufbuild/plugins/issues/1242

This plugin is now available as a remote plugin in the BSR: https://buf.build/community/sudorandom-connect-openapi?version=v0.19.1

@marten-seemann okay, the gist is, there's a new call inside `FlushError` to `writeTrailers`. `writeTrailers` will send the trailers frame with trailers that it has collected. You are right, there are...