Harendra Kumar
Harendra Kumar
Even though it would be redundant, it may be convenient to have - for example, `Stream.drain = Stream.fold Fold.drain`.
A typical example of multi-layer operations is concat with similar semantics as the list `concat` operation [here](https://hackage.haskell.org/package/base-4.10.1.0/docs/Data-List.html#g:4). Streaming/Pipes/Machines concat a `Foldable` whereas Conduit concats a `MonoFoldable` which includes monomorphic containers...
We need to create a separate package(s) for this. We can support different types of compression decompression in the same package using different modules or in separate packages. Some related...
Either a preferred approach to be used with streamly should be documented or any built-in support required should be provided. The stream tracing operations can potentially be adapted into similar...
We deal with two sequencing dimensions user specified ordering of stream and time ordering of stream. For example, the Ahead stream return values in the user specified sequence whereas the...
Type information is already available when we are using readdir or stat. The level information can be generated by the concatIterate function?
Running the `maxrate` test results in a crash at yield rates of 10000 or above. ``` uncaught exception in Haskell thread: TypeError: Cannot read property 'd1' of undefined TypeError: Cannot...