Dmitrii Kostianoi
Dmitrii Kostianoi
@bryce-anderson in this code there's indeed no need for `Auto`, but I've adapted it from some code that finds this construct useful (adapted from the swagger example). Removing just the...
@bryce-anderson the problem resolves if I disable partial unification
@SystemFw yes, I don't think that's related, the error in http4s/http4s#1648 was caused by `jsonEncoderOf` requiring an instance of `EntityEncoder[F, String]`, here it's not the case.
@nightscape did you happen to find a workaround? )
@t3hnar ``` val publisher = esConnection .streamPublisher(EventStream.Id("$ce-something"), offset) Source.fromPublisher(publisher) ... ```