Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

I think there are two problems here. 1. The fact that AOS is throwing the error. The best path is to open a ticket with AWS customer support. 2. The...

No, something like rethrow the original error without the message being parsed. Basically whatever happens if the server returns a text error instead of json.

https://github.com/ruby-grape/grape-active_model_serializers/blob/master/lib/grape-active_model_serializers/error_formatter.rb#L19 might be helpful, although I am not in love with the solution, maybe define `Grape::JSON` if it's not already defined?

Representable actually requires `multi_json` for JSON support today, see https://github.com/trailblazer/representable/blob/b4439a5e025106af282f8dbc590418a108640159/lib/representable/json.rb#L4. So a PR should go upstream.

I think this is a dup of https://github.com/radar/distance_of_time_in_words/issues/77

How does one use it? Maybe add to guides/ ?

I think some unit tests wouldn't hurt either.

@saimedhi Are we generating with the recent changes when a new API is added? If we do we can close this.

We started adding guides and samples to various clients. @DIU-marc want to help? You could write a guide and a working sample for index templates. Something similar to https://github.com/opensearch-project/opensearch-py/blob/main/guides/index_template.md?

With https://github.com/opensearch-project/opensearch-build/pull/751 you can produce a darwin bundle for OpenSearch. This creates `bundle/opensearch-1.1.0-darwin-x64.tar.gz`. ``` ./build.sh manifests/1.1.0/opensearch-1.1.0.manifest.yml ./assemble.sh artifacts/manifest.yml cd artifacts ./opensearch-tar-install.sh ``` ``` $ curl -u admin:admin --insecure https://localhost:9200 {...