Results 8 issues of Aidan Coyle

https://github.com/satori/go.uuid/commit/0ef6afb2f6cdd6cdaeee3885a95099c63f18fc8c breaks the API that's been stable for years. Why is this important enough to change with no warning, despite the community standard to be avoiding breaking API changes without...

Currently this code handles missing keys correctly, but a key that exists and has been explicitly set to nil causes a panic. This handles it the same way as a...

The changes introduced in #96 cause difficult to debug results if one requires multiple gems that themselves require `api_auth`. Lets say I have 2 gems, gem A and gem B....

ActionDispatch will mutate the uri of a request before the application actually gets a chance to see it. This can lead to auth failures where the client signed with the...

Tried to run this locally and a lot of stuff was super outdated. The updated dependencies seem to work fine.

This has been removed from the main godoc package, but it just uses exported functionality of that package plus some helper functions. This imports that functionality internally with some cleanup....

Changed intoduced to rack in the commit below broke the way that prax uses Rack::File. This change uses the new API. https://github.com/rack/rack/commit/f244d4 https://github.com/rack/rack/commit/ed0d8c

Provide a better suggestion for how to fix the error when static files cannot be loaded due to installing and running in module aware mode. See: https://github.com/golang/go/issues/43459

cla: yes