Harendra Kumar

Results 427 issues of Harendra Kumar

Even though it would be redundant, it may be convenient to have - for example, `Stream.drain = Stream.fold Fold.drain`.

aspect:api

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...

type:enhancement
aspect:streams

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...

type:enhancement
aspect:streams

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:enhancement
disposition:discussion
aspect:streams

Type information is already available when we are using readdir or stat. The level information can be generated by the concatIterate function?

type:enhancement
aspect:filesystem
aspect:api

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...

type:bug
aspect:ghcjs
aspect:streams