Andrei Subbota
Andrei Subbota
Hi maintainers – @rikas @tomlea @reggieb @sonots @tnir Could you take a look at this PR and merge if it looks good? Thanks!
> You should update this pull request by commenting on it. I do.
Hi @olivier-thatch, a quick fix for this PR could be: ```diff diff --git a/lib/grape-swagger/doc_methods/move_params.rb b/lib/grape-swagger/doc_methods/move_params.rb index c8417ce..12c6477 100644 --- a/lib/grape-swagger/doc_methods/move_params.rb +++ b/lib/grape-swagger/doc_methods/move_params.rb @@ -136,7 +136,7 @@ module GrapeSwagger return if...
I looked more closely at the PR and noticed we have incorrect behavior for nested arrays. The type `Array[Array[String]]` collapses into `String`, so `document_array_param` only ever sees one dimension. As...
@tnir May I ask you to take a look at the PR?
@rikas @tnir Feel free to let me know if I should stop pinging you and/or should communicate in a different more efficient way (slack/discord/telegram/etc) about the "Gem-In-A-Box".
> Failed conditions > 30.2% Duplication on New Code (required ≤ 3%) Duplication in specs should be okay as for me. Just the repetition of the setup stuff before execution...
@tnir Can you look at the PR, please?

Something like this https://github.com/ruby-grape/grape/pull/2632/files ?