Adithya Kumar
Adithya Kumar
With regards to how it can be written, ``` import Streamly.Internal.Data.Stream.IsStream (IsStream) import Streamly.Internal.Data.Stream.StreamD as D data ModifyLastState a s = MLStop | MLBuffer a s | MLNoBuffer s {-#...
This will not have the same problem. ``` foo :: S.SerialT IO Char -> S.SerialT IO Char foo stream = S.bracket (putStrLn "init") (\_ -> putStrLn "fini") $ \_ ->...
Current development on PR #331
See: https://github.com/composewell/streamly/compare/misc-doc-fixes?expand=1 Unclear on: Types and modules: * [x] RingArray is exposed * [x] Path module names changed replacing-other-packages: * [x] RingArray is not internal performance-considerations: * [x] RingArray is...
The `markdown-doctest` executable that we have is 1. Hacky 2. Depends on ghcid library Depending on the ghcid library is a roundabout way of doing things. Instead, we should use...
TH already does variable-length encoding. Does Generic have variable length encoding? If so, they are compatible. I need to understand the generic encoding before proceeding with how to change this.
@sol Yes, sorry, this is a bug fix. This isn't a new feature. [cachix/hs-opentelemetry-instrumentation-http-client](https://github.com/cachix/hs-opentelemetry-instrumentation-http-client) works as expected when `http-client` is used and breaks when `http-client-tls` is used. The hooks inserted...