-
Original Title: MapSourcePointError: not enough values to unpack (expected 7, got 1)
testing latest code I am now getting a continous stream of these errors:
during handling of the above excepti…
-
__tldr;__ This is part of the [Streaming ViewModels](https://github.com/canjs/canjs/issues/3324) proposal which seeks to eliminate imperative code within a `ViewModel` while still maintaining a famili…
-
Keeping the current selection of administrative units. Is this feasible?
-
I created a pull request #1 to fix these issues.
Function `dwim-map` left the first sequence out from the mapping. This means, that `(dwim-map '+ '(1 2 3) '(4 5 6))` resulted into value `(4 5 6)` …
-
### What is the problem this feature will solve?
`child_process` is, in my experience, one of the most commonly wrapped APIs by far. It's especially common to wrap it in promise environments.
- …
-
I can't find a way to build a control flow system to pop values from a stream until a concurrency limit.
const urls = reduce((stream, url) => stream(url), flyd.stream(), R.times(makeUrl(), 1000));…
-
The current telemetry has the different set of logic to handle different vendors telemetry. It cause the code is not well formatted and have to do lots of redundant code to handle the same or similar …
-
### Query engine
I'm using flink as my engine.
### Question
I have a java data streaming app that uses flink to process records from kafka that I want to store in iceberg tables with minio as blob …
-
I've found the need to group consecutive elements of a stream, that share a common value
TLDR : It is possible to do it with mapAccum and we could provide an "out of the box" method.
Example : …
-
### Pitch
The existing `notifications/push` (https://docs.joinmastodon.org/methods/notifications/push/) method is very useful not just for smartphone apps, but for relays between Mastodon a…