-
Updated
Mar 22, 2020
data-stream
Here are 67 public repositories matching this topic...
Suggestion / Problem
I was trying to follow the documentation for using config providers in Kafka connect () and found it could be clearer:
- It should call out how the name of the secret volume and the name of the key in the secret (but not the secret name) relate to the file name passed via
${file:...}. This isn't really explained and it's left to the reader to infer what the pattern
-
Updated
Mar 31, 2020 - Python
Description of Problem:CMake Warning (dev) at C:/devel/vcpkg/scripts/buildsystems/vcpkg.cmake:195 (_add_library):
Policy CMP0028 is not set: Double colon in target name means ALIAS or
IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
OpenSCAP Version:1.4.0
Operating Sys
-
Updated
Mar 29, 2020 - Go
WIP
This issue is to track (re)implementation of CursorSeries. The new approach makes all CursorSeries implementations structs or sealed classes and allows for cursor type specialization, which often improves performance significantly.
Unary Transformations
-
Updated
Jan 17, 2020 - Go
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Apr 10, 2020 - C#
-
Updated
Oct 11, 2017 - Go
-
Updated
Mar 28, 2020 - Python
-
Updated
Jan 2, 2020 - C++
-
Updated
Dec 31, 2019 - Java
If we union two conditional branches right after the branching, during the optimization, the conditional branch vertex should have two edges toward the union operator.
However, this cannot be represented as a DAG that our system supports.
Fortunately, this situation is very weird and minor corner case.
Anyway, we have to deal with this (at least throw an exception).
- when constructing logic
-
Updated
Jan 3, 2020 - Python
-
Updated
Dec 3, 2014 - Python
-
Updated
Aug 8, 2017 - JavaScript
-
Updated
Sep 9, 2017 - Rust
-
Updated
Jan 23, 2016 - Python
-
Updated
Dec 16, 2019 - Python
Ugh.
-
Updated
May 10, 2017 - Pony
-
Updated
Mar 22, 2018 - Go
-
Updated
Apr 22, 2018 - Java
-
Updated
Mar 18, 2019 - Jupyter Notebook
-
Updated
Nov 26, 2018 - R
-
Updated
Dec 20, 2019 - Python
Improve this page
Add a description, image, and links to the data-stream topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-stream topic, visit your repo's landing page and select "manage topics."


The hyperloglog unit tests depend on the presence of /usr/share/dict/words (see https://github.com/tylertreat/BoomFilters/blob/611b3dbe80e85df3a0a10a43997d4d5784e86245/hyperloglog_test.go#L34). It would be helpful to include the test data in the repo to ensure the tests work without modification on systems that don't follow that dictionary path convention or don't load a dictionary package.