William Myers

Results 73 comments of William Myers

I agree, the repo I posted also has a [strongly typed response](https://github.com/voxjar/elastiql/blob/master/src/search/response.rs). I think something very similar to that should be added to this crate, before tackling a `QueryBuilder`.

Yeah #44 and #186 are both what I am proposing here. Although I was proposing doing #44 at a later stage. I am trying to think of the best API...

I am hoping to have time to work this soon... It looks like we just need to: 1. If `GOOGLE_APPLICATION_CREDENTIALS` is set, call `yup_oauth2::read_service_account_key()` and `yup_oauth2::ServiceAccountAuthenticator::builder()` 2. If not, make...

I was thinking the exact same thing when I was reading the docs. Should we go a step further and have `search` accept an `Into

I vote for GitHub actions 😄 It is really handy to have it built into the GitHub UI for open source projects...

Sorry for the late response. It looks like from your other issue, https://github.com/elastic/elasticsearch-rs/issues/102, you are using futures `v0.3.0`. This repo is not compatible with futures `v0.3` and we don't plan...

What version of Elasticsearch are you running? Have you tried it without the `ty` (type)? What is the error message/stack trace you are getting?

Wow! Thanks for the PR! This is pretty big. So does this allow implementing/creating your own `Sender` as discussed in #281? I tried updating to futures 0.3 yesterday and it...

Any chance you can rebase this onto master so we can run the tests? I assume they might need to be updated too?

I am just now starting to look more at this and I have a few initial questions: 1. Am I to understand that when Generic Associated Types stabilizes we won't...