Search code examples
Missing Implicit for Log Cats.Effect.IO...

scalascala-catscats-effect

Read More
Cannot construct a Read instance for type User. Type misunderstanding with Doobie in Scala...

scalascala-catscats-effectdoobie

Read More
How to write tail-recursive functions when working inside monads...

scalaiomonadstail-recursioncats-effect

Read More
How to convert a `List[IO[Unit]]` into `Stream[IO,Unit]`...

scalascala-catsfs2cats-effect

Read More
Scala: Cannot find an implicit value for ContextShift[cats.effect.IO]...

scalascala-catscats-effect

Read More
FS2 passing resource (or effect) as a state...

scalascala-catsfs2cats-effect

Read More
Performing side effects using scala cats effect...

scalacats-effect

Read More
Integration tests for Http4s Client/Resource...

scalahttp4scats-effect

Read More
Matchers for cats EitherT and effects...

scalafunctional-programmingscala-catsspecs2cats-effect

Read More
Can a function operating upon mutable data structure be referentially transparent?...

scalafunctional-programmingscala-catsreferential-transparencycats-effect

Read More
How should a scala cats IOApp acquire an ExecutionContext?...

scalascala-catscats-effect

Read More
Elegant way to change either to error with tagless final...

scalafunctional-programmingscala-catscats-effecttagless-final

Read More
How use guave cache loader in F polymorphic code...

scalascala-catshttp4scats-effect

Read More
Collecting data from all tasks executed on monix Scheduler...

scalascala-catsmonixcats-effect

Read More
IO Monad vs Reader Monad...

scalazscala-catscats-effectzio

Read More
How to create cats IO monad from cats State...

scalascala-catscats-effect

Read More
"Spawn" concurrent effect in a WebSocket endpoint...

scalahttp4scats-effect

Read More
Sequential execution of IO from Future...

scalacats-effect

Read More
How execute spring repository method in for comprehension with implicit...

scalaspring-data-jpascala-catscats-effect

Read More
How to exit from For-Comprehension with IO Monad...

scalaiocats-effect

Read More
Why is Deferred factory method has return value in the context of F...

scalafunctional-programmingreferential-transparencycats-effect

Read More
value flatMap is not a member of type parameter F[Long] when using cats.effect...

scalascala-catscats-effect

Read More
How to attach effects to the F in Resource[F, A] without using A?...

scalascala-catscats-effect

Read More
How to add proper error handling to cats-effect's Resource...

scalafunctional-programmingscala-catscats-effect

Read More
scala cats ambiguous implicit values...

scalascala-catscats-effect

Read More
type mismatch; found : cats.Show[shapeless.CNil] required: cats.Show[A] after adding scalac option -...

scalasbtshapelessscala-catscats-effect

Read More
what is the equivalent of fs2.Scheduler in fs2 (0.10.x) in newer versions...

scalascala-catsfs2cats-effect

Read More
How to write a doobie transaction when there's an IO stuck in the middle...

scalascala-catsdoobiecats-effect

Read More
Scala: http4s giving 401 Unauthorized for same request that works in curl/requests...

scalacurlhttp4scats-effecthttp4s-circe

Read More
Cats Effect IO: Compose IO with Scala collections...

scalafunctional-programmingscala-catscats-effect

Read More
BackNext