seriousdev-gh

Results 3 issues of seriousdev-gh

Hello. Parameter renaming doesn't work if there is a hash inside given. Params: ``` requires :a, type: Hash do optional :c, type: String given :c do requires :b, type: Hash...

bug?

failing spec for issue https://github.com/ruby-grape/grape/issues/2347

Grape supports lambda and procs as default values, it evaluates them for each request. But grape-swagger doesn`t evaluate procs, it shows stringified representation of proc, as in screenshot: ![image](https://github.com/user-attachments/assets/9607061d-2b1f-44aa-88cd-1fd3baeb08a8) This...