Daniel (dB.) Doubrovkine

Results 3352 comments of Daniel (dB.) Doubrovkine

This came up again in https://github.com/ruby-grape/grape/issues/2350, cc: @glebsonik.

Before adding new matching strategies, let's better document the order of matching we have _today_. I would add `recognize_path` specs for all combinations (your example, nested routes, inherited APIs, mounted...

@dokterbob This looks visible problematic, but doesn't look like the folks here got to looking into it. Let's try to move this forward? First, what's the easiest way to reproduce...

Do we need to fork https://www.npmjs.com/package/@elastic/elasticsearch-mock and add support for cluster manager? please feel free to do so! (that comes from https://opensearch.org/docs/latest/breaking-changes/#deprecate-non-inclusive-terms).

Looks like a client-side problem, I'll move to opensearch-java. This seems like it could be the reason: https://stackoverflow.com/questions/71611560/got-cancellationexception-request-execution-cancelled-always-when-throwing-an

> This is from the rest high level client, which is in the opensearch core repo. What do you think about moving the issue back? The user is using opensearch-java...

@thisisananth Generally I don't have much insights into Elasticsearch (OpenSearch forked at 7.10), however this may be a bug that we've carried since so it's worth pursuing. What version of...

I would merge a change that allows to override headers, and specifically to override the `host` header.

> > I would merge a change that allows to override headers, and specifically to override the `host` header. > > Yes, that is a really good point. It should...

@andreaslang Are you still interested in adding an `http_headers` option?