Adithya Kumar

Results 122 issues of Adithya Kumar
trafficstars

`ci/circleci: GHC 8.8 + stack lts-16.12` consistently fails while running `test:Data.Array.Foreign` with, ``` Too long with no output (exceeded 10m0s): context deadline exceeded ``` Removing 2 test cases from the...

See #1016 for some context. Having both `Fold.fold` and `IsStream.fold` might be confusing to the users. The best name that we currently came up with is `IsStream.runFold`. Suggestions are welcome....

api:breaking
aspect:folds

Add a `streamly-core` flag in tests such that the tests are cleanly separated. Move tests that are common to streamly-core and streamly under this flag.

As suggested in https://github.com/composewell/streamly/pull/1011, we can use `delay` to test a few properties. We might need to put the test under the `dev` flag though.

type:testing
aspect:streams

- [x] Replace GitHub style reference with normal reference in markdown docs of Streamly - [ ] Move the short definitions after the description of the combinator in haddocks.

type:documentation

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

aspect:unicode

Although the failure method is `TransIiterateCodingFailure` it fails.

type:bug

`streamly-benchmarks` is already well-organized just a little bit of work is required to achieve this and we will be free from any external benchmarking program.

type:maintenance

Add a `default.nix` which - can behave like a dev env when used by `nix-shell` - has attributes with nix expressions that are generated by cabal2nix

**Is your feature request related to a problem? Please describe.** I want to open a buffer in a new window when is pressed on a buffer in the CtrlSpace buffer....

status: awaiting user
priority: 3 - wishlist
enhancement: feature dev