Search code examples
How to return upon encountering first "true" in a List[IO[Boolean]] in Scala Cats Effect...


scalaexistsscala-catscats-effectfindfirst

Read More
For comprehension that has to handle 2 optional values and return a Option[T]...


scalascala-catscats-effectdoobie

Read More
How do you obey x-rate-limit headers using cats-effect and the http4s client?...


scalascala-3cats-effecthttp4s

Read More
fs2 dropWhile with X => IO[Boolean]...


scalacats-effectfs2

Read More
How to produce tombstone for a Kafka Avro topic...


scalaapache-kafkaavrokafka-producer-apicats-effect

Read More
Using race from cats-effect prevents app from exiting...


scalascala-catscats-effect

Read More
How to chain more than 23 elements in a tuple in Scala Cats?...


scalascala-catscats-effect

Read More
Launching 100 fibers, iterating in each fiber and incrementing a Ref...


scalascala-catscats-effect

Read More
Finding first and last occurrence of an element using binary search and effects in scala...


scalacats-effect

Read More
Testing Doobie Interpreter Using Testcontainers...


postgresqlscalatestcontainerscats-effectdoobie

Read More
Cats Effect IO - how do I ensure thrown exceptions are captured as values when using attempt / redee...


scalacats-effect

Read More
Infinite loop when trying to read from Java Scanner inside an IO Monad...


scalafunctional-programmingioio-monadcats-effect

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


scalaioscala-catsio-monadcats-effect

Read More
fs2 - Sharing a Ref with 2 streams...


scalascala-catscats-effectfs2

Read More
Parallelizing operations within a ConnectionIO transaction...


scalascala-catscats-effectfs2doobie

Read More
Splitting the fs2 stream output to two files...


scalafs2cats-effect

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


scalaautomated-testscats-effect

Read More
Does TVar in cats-stm require an immutable value?...


scalascala-catscats-effect

Read More
Doobie - lifting arbitrary effect into ConnectionIO CE3...


scalacats-effectdoobie

Read More
How to integrate Prometheus Metrics Middleware with http4s DSL service...


scalaprometheusscala-catscats-effecthttp4s

Read More
Save Doobie stream from database to file...


scalascala-catsfs2cats-effectdoobie

Read More
Concurrent Streams Does't Print Anything to Console...


scalascala-catscats-effectfs2

Read More
How to terminate FS2 stream started from SBT Shell?...


scalafs2cats-effect

Read More
FS2 through2 closing all resources when the first stream is finished?...


scalacats-effectfs2

Read More
How to mock MVar2 make method...


scalacats-effect

Read More
Scala with cats IO/Either instead of Future/Exceptions...


scalacats-effect

Read More
Make F[_] implementing Monad trait while accepting IO...


scalatypeclassimplicitscala-catscats-effect

Read More
Complex monad transformer for IO monad...


scalafunctional-programmingmonadsscala-catscats-effect

Read More
Race condition caused by mvar...


scalaconcurrencyscala-catscats-effect

Read More
fs2.Stream hangs on taking twice...


scalafunctional-programmingscala-catscats-effectfs2

Read More
BackNext