Adithya Kumar

Results 122 issues of Adithya Kumar
trafficstars

- [ ] Streamly.Internal.Data.SVar.Worker - [ ] Streamly.Internal.Data.SVar.Dispatch - [ ] Streamly.Internal.Data.SVar.Pull - [ ] Streamly.Internal.Data.SVar - [ ] Streamly.Internal.Data.Unfold.SVar - [ ] Streamly.Internal.Data.Fold.SVar - [ ] Streamly.Internal.Data.Fold.Async - [...

api:deprecating

The CI should fail if any external API has changed and he major version of the package is not bumped.

GHC always pins memory > 4k (or 3k). You cannot unpin a large block.

We should have another config option that can define the order of constructors so the tag for the constructor is stable. For example, say we have a datatype: ``` data...

aspect:serialization

Almost all the combinators in `ParserD.Tee` are marked as broken. The comments in the code give hints to regarding why they are marked like so. Any further clarification and discussion...

aspect:parsers

## Release Checklist * [x] Check if any critical pending bugs or issues are to be included * [x] If this is a major release check if any previously deprecated...

- [ ] Expose deriveUnbox and deriveUnboxWith via the Internal.Data.Unbox module as well. - [ ] Combine Unbox and Serialize exposed modules. - [ ] Have more elaborate round tripping...