Teddy Schmitz

Results 9 issues of Teddy Schmitz

Hi, Inspired by #299, this fixes #296 for the postgres driver using the same method.

Hi, First, thanks for this library its been very useful to us. I believe we have found a bug in how the postgres driver does the unlock. It doesn't actually...

Hello, I have defined an application state type and a separate request state type. If I use the Context type like this `Context` everything looks good within my handler. But...

#### Proposal Restrict redirect URLs to a list of specific domains #### Background I want to have the ability to restrict the domains that vegeta will redirect to #### Workarounds...

#### Proposal Use `response.ContentLength` in determining the number bytes in of a response rather then `len(response.Body)` #### Background I noticed that my bytes in was zero if I set the...

If someone sends a unicorn name that has characters outside of ascii then it will result in invalid JSON as the character will not be decoded properly. This fixes that...

I took a look at the Go code and the binaries are built by just doing a go get during build time. This can cause issues down the line as...

A way for authentication plugins to register themselves and a route for the frontend to query what authentication methods are supported by the server.