streamly icon indicating copy to clipboard operation
streamly copied to clipboard

High performance, concurrent functional programming abstractions

Results 258 streamly issues
Sort by recently updated
recently updated
newest added

This issue is not reproducible in the local env. Error log. ``` Failures: Streamly/Test/Data/Array/Foreign.hs:180:13: 1) Data.Array.Foreign.Construction testAppend uncaught exception: ErrorCall snocWith: new array size is less than required size 8....

type:bug

**Expected behavior:** As [documentation](https://streamly.composewell.com/haddocks/streamly-0.8.0/Streamly-Internal-FileSystem-Event-Linux.html#v:watchPathsWith) says: > The paths could be files or directories. **Actual behavior:** ```haskell filePath

type:testing
type:documentation
aspect:filesystem

This will help in representing filtering scans using folds. Currently folds cannot skip producing output, to skip we output we have to output Just or Nothing. A Continue constructor would...

aspect:api

Currently we implement a scan using the extract function of folds, in a scan we can use "Partial s b" instead. Then we can leave extract to be called at...

aspect:folds
aspect:api

We can use the same code as we are using in ParseCharUtf8WithD. We need to buffer at most 2 chars in the Fold state, as soon as we see the...