Chris Reeves

Results 9 issues of 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. ![nord-vim](https://user-images.githubusercontent.com/112322/88272316-6a7c0d00-ccd0-11ea-8bd0-310aae580726.png)

context-syntax
context-plugin
scope-compatibility

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...

enhancement

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
work in progress

# 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...