James Palawaga
James Palawaga
Apologies if this is documented somewhere else, but I cannot seem to find information anywhere on how to get the Help Resources portion of a 500 error page to show...
I had a need to improve the error handling around the `Parse` function. Specifically, if `Itoa` failed it yield a nasty error. I've only overhauled the cases that I need,...
### Steps to reproduce: Setup Gaufrette and configure a local adapter Configure it to write to any file in any place (say, foobar.txt), with any text (say, 'hello world!') and...
**motivation** hashstructure has a slightly sharp edge in that if a struct contains only unexported fields, that it will hash to the same identity. This is undesirable because many structs...
See discussion in [#194](https://github.com/swaggest/rest/issues/194)