Daniel (dB.) Doubrovkine

Results 3332 comments of Daniel (dB.) Doubrovkine

Check out https://github.com/artsy/elderfield/tree/master/test for an example. I'll leave this open, maybe someone can contribute a README section on testing?

Sorry for the delay, we're back on track here. I think this is valuable. It would need tests and CHANGELOG to get this in. Care to do it @mattotodd?

Waiting on you to help finish #378 @mudaser-caremerge!

I PRed a proposal in #339. We can discuss it there?

Came here to say the same. Version 3.3 seems to fix https://github.com/opensearch-project/OpenSearch/issues/1756, trying to track down where/how/why. LMK if I can be of any help!

I am upgrading OpenSearch, https://github.com/opensearch-project/OpenSearch/pull/3634. We have the following assertion in tests with 3.2: ``` final TDigestState state = new TDigestState(100); Arrays.stream(values).forEach(state::add); assertEquals(state.centroidCount(), values.length); ``` This is no longer the...

Thanks @tdunning. I tagged you in https://github.com/opensearch-project/OpenSearch/pull/3634 that has source data from basic tests, and the diff in results from the upgrade. Could I please ask you to take a...

Moving this to https://github.com/opensearch-project/OpenSearch-Dashboards.

There's no built-in support for conversations in slack-ruby-bot. That would require storage for one. Labeling as a feature request.

Something pluggable would be nice. Also check out https://github.com/dblock/slack-bot-server/issues/3.