Bartłomiej Kozak
Bartłomiej Kozak
+1 on MX Linux 19.3
Modify the `SttpRestCallTest` to reproduce the bug ```scala class SttpRestCallTest extends SttpClientRestTest with RestApiTestScenarios { test("too large binary request") { var i = 0 while (true) { println("i: " +...
Draft of #593
It's a draft. We can consider wider solution to warn when `Nothing` provided in place of Function/PartialFunction argument.
@ddworak Can we either proceed this MR or close it?
Closes: https://github.com/monix/monix/issues/1850
PR: https://github.com/monix/monix/pull/1851