Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

This looks legit, but I am not sure how to fix it. Arrays of hashes is not exactly something you can express in a query string. For something like this...

I would just let this go, but it's me :)

@martinverdejo post a repro, and see [my comment](https://github.com/ruby-grape/grape/issues/1028#issuecomment-108874914)

@JanStevens you should turn this into a pull request with tests, so we can see what it would break

@LeFnord is the boss, I wouldn't listen to me :) I tend to approach these problems in a very brute-force way and use tests as a way to learn about...

I think this is because your method returns the stream somehow. Noticing that `status` [does not take a block](https://github.com/ruby-grape/grape/blob/0e0c1550999bd1d80618e534880391796f2d9a98/lib/grape/dsl/inside_route.rb#L186). Try this: ```ruby ... # your code that does something to...

I don't know how your `Stream` object is making this to the formatter part. Your code above creates it, assigns it to some `@stream` and then is done with it?...

I don't see anything wrong, but there's a lot going on. I would delete everything to start in the API body, make sure that works, then slowly re-add parts of...

Sorry, I meant *you* should do that. I will wait to hear what you find.