Barry Becker

Results 7 issues of Barry Becker

There haven't been any commits since April of 2020, but there have been many PRs and bug reports since then. Is there a plan moving forward? In the meantime we...

Druidry does not correctly deserialize exception responses from Druid. When there is a Druid error, the response will have a body like {error: “abcdefg”} while an actual Druid response will...

This PR adds a few standard aggregators that were missing. These should be of general use. They are: - DoubleMeanAggregator - StdDevPostAggregator - VarianceAggregator

There are a few standard aggregators that appear to be missing. In particular, we would like to add - DoubleMeanAggregator - StdDevPostAggregator - VarianceAggregator I hope to submit a PR...

With this change, it is possible to specify httpBasicAuth credentials in the DruidConfiguration so that they can be used to register the client in the DruidJerseyClient. We make use of...

We needed this feature, and based on #152 others do too. I hope to submit a patch shortly.

**Describe the bug** I am using version 1.11.6 of dayjs. I have a simple test case for what I think is a dayjs bug. I add 2 days to a...