Mark Karpov

Results 220 comments of Mark Karpov

The most logical way to add this is to add the feature to `http-client` and then add a new scheme to Req (Req is built on top of `http-client`).

I'm not sure. If the declarations are multi-line it becomes desirable to separate them for readability. If so, should preservation of blank lines be conditional?

Sorry, I meant, should it be conditional on multi-line vs single line layout of the `deriving` declarations?

This is, indeed, an intended behavior and is unlikely to change at this point.

I am unsure what you are asking. Req allows you to use a specific `CookieJar` and then get it from the response. For all the manipulations you should use the...

Am I correct that we could solve (or at least alleviate) the issue by adding a new method to the `HttpResponse` type class which would allow us to get the...

`f x` stays `f x`, but if there is a newline between `f` and `x`, no matter how they are positioned relative to each other with respect to indentation, there...

So far we have opted for using the pipe style `-- |` for everything. I personally don't see why this style seems awkward. Why can't Haddocks be placed before constructors?...

It is not impossible, but much much harder to implement.