Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

As far as Grape is concerned what we want is to ensure that the request carries the right content-type in the headers, that's all. It's the parser's/consumer's job to ensure...

I think the browser "sees" that this file is not a CSV by examining some local file system attribute, but the server can't without parsing the file. We can add...

We should expose the underlying `response`. Feel free to contribute!

https://build.ci.opensearch.org/job/gradle-check/26641/ https://github.com/opensearch-project/OpenSearch/issues/10318#event-10531174487

Thanks. The serde works great btw (had to upgrade for the caseinsensitive option, probably should have been called `case.sensitive` and defaulted to `true` :).

We already have Ruby 3.x in the CI. Are we missing tests? (Add part of this PR please)? Don't worry about versions, revert that.

Grape does mount, evaluate and match routes in the order they are declared in code. It would be nice if someone contributed some statements towards that to the docs ;)

Maybe a better solution would be to deploy the binaries to maven central?

It depends on what you mean by "resource". Grape generates anonymous methods when you write `get do ...`, so it's unlike Rails which has a controller class with a `create`...