Marco Neumann
Marco Neumann
Right now, we have some semi-well designed statistical tests which I think we really need to improve, so we ensure that probabilities provided by the data structures (like false-positive rates...
See https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf/ThetaSketchFramework.pdf
Cleanup
I have enabled some helpful compiler warnings and started to fix some problems, which you find in separate commits. Especially clang was really helpful here. There are still some possible...
Hi there, I see you are using `rdkafka` for your Kafka interaction. We (= InfluxDB IOx) implemented our own pure-Rust async client called [`rskafka`](https://github.com/influxdata/rskafka/) which you might find useful. There...
### Please confirm your submission meets all the criteria - [x] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [x] My pull request follows the instructions at...
I'm currently running into https://github.com/P-H-C/phc-winner-argon2/issues/64 which was fixed recently. However, with the current version of the Python binding a threading error might kill a webserver and therefore open doors for...
> Note that the Name of our module is `cmdWrapperHelperPassthrough`, which is an artifact of running this tutorial in Jupyter. In your normal code, its name should just be `Passthrough`....