Harendra Kumar

Results 280 comments of Harendra Kumar

I believe this got fixed in release 0.8.1 which is on hackage now. Watching files works on macOS and Linux but it does not work on Windows, therefore, the docs...

I guess [this](https://github.com/composewell/streamly/blob/c04060d23347a931a70235dbc5c8c28e3860ef28/test/Streamly/Test/FileSystem/Event/Linux.hs#L133) is the test that is failing. If you are able to reproduce this, then it would be helpful if you can paste more information from the test...

This is a bug, let me check if this can be worked around.

Currently `chunksOfTimeout` is implemented such that it flushes out any incomplete chunks within the timeout. If no chunk exists there is nothing to flush so nothing is emitted. This is...

Thanks for raising the issue and for the reference. Implementing `Alternative` and `MonadPlus` is in the plan, we have not been able to get to it yet.

@dagit Noted. We had an alternative instance once but it was removed later because we wanted to think about all the stream types and keep it consistent across all. We...

To be able to support different memory types, we can split the `Unboxed` type class in two classes: * Unboxed: Specifying size and alignment for the type, this will be...

Alternatively, instead of creating a new type class for size and alignment, we can just reuse Storable and put a Storable constraint on Unbox. And make sure all instances are...

I don't remember it now.

This is not yet fixed. There are still many references to SerialT in several modules that need to be changed to Stream.