Charlie Revett

Results 34 comments of Charlie Revett

Great 🎉 My use-case is around filtering out words which have a low probability, to make my application more reliable. @TalAter I agree that the schema should be consistent. I...

Locally using **rackup** page responses max out at: ``` ~ 300 ms ``` Using **shotgun** they all take: ``` 2.5 secs or more ``` We currently have **16 routes** mapped...

@djanowski - any ideas on this? I don't mind taking a look.

We wrote a custom middleware (see [README section](https://github.com/ant0ine/go-json-rest/tree/ebb33769ae013bd5f518a8bac348c310dea768b8#middlewares)) that makes use of the [dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) package to validate the JWT token sent within each request.

Looks like this issue within `DataDog/datadog-agent` is linked: https://github.com/DataDog/datadog-agent/issues/4239