Chris Reeves
Chris Reeves
Hi Have you considered support for Go-Bindata or other forms of `io.Reader` to read the SQL templates from? Would add an extra layer of flexibility to the library. If you...
Hi, This adds Go syntax support via the `faith/vim-go` plugin. 
Hi I was wondering if you had any interest in support for go1.13 error wrapping? For example: ``` go const ( ErrIncorrectLength Error = iota + 1 // Other sentinel...
I realise #20 exists however I want to try for a different approach. Feel free to close this in favour of #20, either or :smile:
Could you upload this to pypi, makes it easier to install. Thanks, Chris
`gevent` should be an optional. We should provided classes which explicitly use `gevent`. This will give most flexibility to users. There is nothing sopping us having a blocking upload to...
# Feature 🚀 Adds support for array `items` on Open API V2 response objects. This is currently not supported when `disable_default_responses` is `true`. This allows users to define array response...
Hey I have an API endpoint that returns a 201 and not a 200. I can't see how I can configure this, I seem to always get a 200 in...
# What Adds a new `WithMetricsAttributesFn` option which allows custom metric attributes to be added on a per request basis. # Why So standard metrics provided by the gRPC instrumentation...