-
Updated
Jul 10, 2020
data-stream
Here are 72 public repositories matching this topic...
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.
-
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
-
Updated
Jul 9, 2020 - Go
Maybe it should be just or only and should be used to signal a consumer that synchronous MoveNext should return true. There are cases when we do not want to evaluate every CurrentValue, e.g. to take Nth value. With IObservable the only way to do so is to not send values inside OnNext.
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 15, 2020 - C#
-
Updated
Oct 11, 2017 - Go
-
Updated
May 4, 2020 - Python
-
Updated
May 4, 2020 - C++
-
Updated
Jun 26, 2020 - Python
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
Dec 3, 2014 - Python
-
Updated
Aug 8, 2017 - JavaScript
-
Updated
Dec 16, 2019 - Python
-
Updated
Sep 9, 2017 - Rust
-
Updated
Jan 23, 2016 - Python
Need to make this configurable and be sure it's setup to happen every so often (~once/week)!
-
Updated
Mar 18, 2019 - Jupyter Notebook
-
Updated
Jun 16, 2020 - Shell
-
Updated
Jul 7, 2020 - Python
-
Updated
May 10, 2017 - Pony
-
Updated
Mar 22, 2018 - Go
-
Updated
Sep 15, 2018 - Jupyter Notebook
-
Updated
Apr 22, 2018 - Java
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."


Suggestion / Problem
After enabling
KafkaConnectorsCRD through the annotation as described on the documentationwe lost all the configuration from the existing connectors configured through the REST API
Our expectation was that both could live together
Documentation Link