Fotos Georgiadis

Results 2 issues of Fotos Georgiadis

I hit a pretty obscure bug 🐛. The `grape-swagger` gem uses the `type` documentation parameter in order to [identify the deduce name](https://github.com/ruby-grape/grape-swagger/blob/v0.32.1/lib/grape-swagger/doc_methods/data_type.rb#L50-L60). When the type (class) is stringified `grape-swagger` cannot...

Since, in ruby-grape/grape#1863, I changed the code that made `type` a string, the code that generates the appropriate OpenAPI array definitions in `grape-swagger` broke. In `#expose_params` there is a nasty...