balthz

Results 3 issues of balthz

First of all, thanks for a great library: FS2 is a pleasure to use! I'm using `parEvalMap` and see around 15% overhead. I understand that the expressiveness of FS2 comes...

3.x

(I'm filing this per [discussion](https://gitter.im/http4s/rho?at=5c26266f2863d8612ba068a5) with @zarthross on Gitter.) **How to reproduce** ```scala import cats.effect.{ExitCode, IO, IOApp, Sync} import io.circe.generic.auto._ import org.http4s.headers._ import org.http4s.rho.swagger import org.http4s.server.blaze.BlazeServerBuilder import org.http4s.syntax.kleisli.http4sKleisliResponseSyntax import org.http4s.{EntityEncoder,...

bug
help wanted

Hi! In case anybody else is running into this: I managed to this OLED display working using https://github.com/durydevelop/arduino-lib-oled with the code ```c++ #include OLED display = OLED(A2, A3, NO_RESET_PIN, 0x3c,...