Ben Doerr

Results 5 issues of Ben Doerr

Hey All, This issue confirmed that src-d is out of business and this repo and tool is no longer maintained here. https://github.com/src-d/proteus/issues/113 If @marnovo could update the description or readme...

Hello @tripflex. Is this project still maintained?

Hey I noticed that the following ignore errors from `Route.AddRoute()` * `Route.Group` * `Route.On` * `Route.OnMatch` I expect this is because the desire for a fluent api? It might be...

Feature Request / API Change: It would be amazing if `HandlerFunc` returned an error which could then be used by middleware and a top level error handler. I've started using...

Because the `headerWritten` bool is both read and modified outside of the protection of the mutex multiple calls to `writeHeader` are needlessly made. I suggest moving the `headerWritten` bool onto...