Kevin McDonald

Results 16 issues of Kevin McDonald

* PLEX - http://evepraisal.com/item/44992 * Large Skill Injector - http://evepraisal.com/item/40520

protoc-gen-validate has a successor named protovalidate. This changeset adds support for a number of protovalidate constraints. Specifically, it adds support for the following: - (buf.validate.field).required - (buf.validate.field).repeated.min_items - (buf.validate.field).repeated.max_items -...

This is a continuation of the work done in https://github.com/quic-go/quic-go/pull/2344 and will resolve the server half of https://github.com/quic-go/quic-go/issues/2266. This adds support for writing trailers and a functional test which verifies...

Add an option to render just the JSON Schemas for all types in the package. This mode should avoid adding unused well-known types and connect-related types

I need to update the website to include the following: - [x] Detail running the docker image - [x] Detail testcontainers examples - [ ] Dynamic reconfiguration - [ ]...

It would be useful to set up a method to return a specific error. This would probably re-use the `stubs.v1.StubsService/AddStubs` method by adding a property to `stubs.v1.Stub`. Note that this...

For making test assertions, it would be super cool to have a log of the requests made for each method. This log could be cleared the same way as registry...

enhancement

It would be neat if you could specify CEL rules that would decide if a stub is used. Like if you're stubbing a GET call, you could have a stub...