Todd Empcke

Results 4 issues of Todd Empcke

While running my tests I get this error: > sql: Scan error on column index 5, name "created_at": unsupported Scan, storing driver.Value type []uint8 into type *time.Time which happens when...

as it seems proullon/ramsql is not being maintained, you have the most active fork of the project. So I wanted to post this issue here also as it is not...

when security is defined in the openapi yaml like the following ```yml paths: /foo: get: # ... security: - key: [] secret: [] components: securitySchemes: key: type: apiKey in: header...

I have a service which has a public api expressed in openapi format which I use oapi-codegen to generate the server and types for and it works great, however i...