Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cats-effect

How to create cats IO monad from cats State

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

High level of what I will need to do to port ReactiveMongo scala to use cats effects?

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

Improving performance of fs2 stream involving file transformation

scala fs2 cats-effect

Is there any way to lift content from IO to other container without run?

Cannot find an implicit value for ContextShift[cats.effect.IO] in http4s version 19.0.0

Doobie - lifting arbitrary effect into ConnectionIO

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

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

Should constructing stateful objects be modeled with an effect type?

cats-effect:How to transform Map[x,IO[y]] to IO[Map[x,y]]

scala cats ambiguous implicit values

How to make virtual time pass in a test in Cats Effect 3?

Cats effect - parallel composition of independent effects

How to write tail-recursive functions when working inside monads

Making sense of Scala FP Libraries