mckirk

Results 5 issues of mckirk

The search for specific regions is slow to the point of being quite tough to use, with the site stopping to respond completely for a few seconds after typing just...

bug

The picture showing "new cases" and "likely reproduction values" globally is hard to read, because it is difficult to connect each column with the corresponding country name. Most importantly, the...

enhancement

## Description This change fixes issue #469, which occurs because `service.host` sometimes is an `IPAddress` instead of a string. This resulted in a `TypeError: '

### Description This change makes it possible to use the `multi_terms` bucket aggregation, using the syntax ```python aggs.MultiTerms(terms=[{"field": "tags"}, {"field": "author.row"}]) ``` It is similar to [PR#1543](https://github.com/elastic/elasticsearch-dsl-py/pull/1543) from the `elasticsearch-dsl-py`...