Timur Makarchuk
Timur Makarchuk
I believe this is a duplicate of #34 and has been fixed already
It seems to be a behavior inherited from `requests`. Also` cookie is being recognized and parsed if you don't set `Domain, but not if domain is explicitly set to `localhost`.
I'm willing to try and help. As I understand I t should be as hard as implementing some interface on top of this library. Can I see example of such...
I stumbled upon this issue as well and it seems to me that that's intended behaviour. I guess it's implemented this way to play nice with autoscaler, since you wouldn't...
This seems to be solving the same problem 1) https://docs.rs/itertools/0.5.9/itertools/trait.Itertools.html#method.fold_results, https://docs.rs/itertools/0.9.0/itertools/trait.Itertools.html#method.fold_options -- pretty straightforward and aiming at results and options respectively 2) https://docs.rs/itertools/0.5.9/itertools/trait.Itertools.html#method.fold_while -- more general, but requires a function...
I do, but currently I'm struggling to wrap my head around type signatures you're using. HKT is a concept I've known for a while, but never understood, so I'm stuck...
I'm particularly interested in `Writer` and wanted to discuss the intended solution. How would you feel about adding additional `io.Writer` parameter `Sink` to `buffer.Buffer`. If `Sink` is present, every time...