No hints are displayed when merging requests
I have two requests that I merged into one. When applying the received request, there are no hints.
I thought that double-specifying the request would work, but only the first one that exists is displayed.
@romalytvynenko is there a solution to the problem?
@DarKsandr it should be fixed with https://github.com/dedoc/scramble/pull/237 , but this is not that fast.
@romalytvynenko got it, thanks. but isn't the second example a bug? shouldn't it combine several requests? i thought it would work the same way as in this example:
Personally to me this is hard to consider it as a bug, as I never saw such usage of requests. I agree this may be improved, but rather than an improvement, not a bug, IMO
@romalytvynenko If such an improvement were to appear, I would be glad. But IMHO it is still a bug, because the parser does not take into account all method requests, but only the first one.
@DarKsandr feel free to open a PR :-)
@DarKsandr The fix is released in v0.12.25: https://github.com/dedoc/scramble/releases/tag/v0.12.25