Krzysztof Krztoń

Results 76 issues of Krzysztof Krztoń

## Feature description Introduce `DataStream.flatten()` method similar to [v4](https://github.com/scramjetorg/scramjet/blob/237c5bc793d9d7639af53512da632396f3fa8785/docs/data-stream.md#datastreamflatten--datastream-): > A shorthand for streams of arrays or iterables to flatten them. > > More efficient equivalent of: .flatmap(i => i);...

enhancement
good first issue

## Feature description Introduce `DataStream.all() method` similar to [v4](https://github.com/scramjetorg/scramjet/blob/237c5bc793d9d7639af53512da632396f3fa8785/docs/data-stream.md#module_scramjet.DataStream+all): > Processes a number of functions in parallel, returns a stream of arrays of results. > > This method is to...

enhancement
good first issue

## Feature description Introduce `DataStream.assign()` method similar to [v4](https://github.com/scramjetorg/scramjet/blob/237c5bc793d9d7639af53512da632396f3fa8785/docs/data-stream.md#module_scramjet.DataStream+assign): > Transforms stream objects by assigning the properties from the returned data along with data from original ones. > > The...

enhancement
good first issue

## Feature description Introduce `DataStream.empty()` method similar to [v4](https://github.com/scramjetorg/scramjet/blob/237c5bc793d9d7639af53512da632396f3fa8785/docs/data-stream.md#module_scramjet.DataStream+empty): > Called only before the stream ends without passing any items. --- **If you are interested in this issue or this...

enhancement
good first issue

## Feature description Introduce `WindowStream` similar to [`WindowStream` from v4](https://github.com/scramjetorg/scramjet/blob/193249e284bb62f026b4c6c10fcc966d350cfee1/docs/window-stream.md): > In essence it's a stream of Array's containing a list of items - a window. It would be a...

enhancement

## Feature description Introduce `FileStream` similar to [`FSStream` proposal from v4](https://github.com/scramjetorg/scramjet/blob/193249e284bb62f026b4c6c10fcc966d350cfee1/docs/fs-stream.md). FileStream items would point to filesystem items like files, directories, etc and should provides methods like stat, contents. The...

enhancement

## Feature description Introduce `BinaryStream` similar to [`BufferStream` from v4](https://github.com/scramjetorg/scramjet/blob/193249e284bb62f026b4c6c10fcc966d350cfee1/docs/buffer-stream.md). By default, each chunk flowing through the stream would be a single byte. The stream should allow manipulating binary data...

enhancement

## Feature description Introduce `MultiStream`/`MuxStream` similar to [`MultiStrean` from v4](https://github.com/scramjetorg/scramjet/blob/193249e284bb62f026b4c6c10fcc966d350cfee1/docs/multi-stream.md). > The idea behind a MultiStream is being able to mux and demux streams when needed. MultiStream is an object...

enhancement

This is a follow-up of https://github.com/scramjetorg/transform-hub/pull/247. We have agreed to left some things unpolished there, especially in context of #267. So what has left: * [ ] Unpack only package.json...

group:lifecycle
TBD
read

**Feature description** This is a follow-up of https://github.com/scramjetorg/transform-hub/pull/247. For now, runner pod works in a way that it is started first (with while loop waiting for sequence files to be...

enhancement
group:lifecycle
TBD
read