List Question
20 TechQA 2024-03-21T19:49:47.553000Why does Maven download hundreds of versions of maven-metadata.xml for dependency when I explicitly stated a non-snapshot version in pom.xml?
41 views
Asked by christopher oates
Handling Exceptions in Scala FS2 Stream Transformation flow
34 views
Asked by Randhir Kumar
How to call Cats typeclass method without specifying it explicitly?
47 views
Asked by Max Smirnov
What does `=>` mean in scala generics?
42 views
Asked by Leif Andersen
Resource.fromAutoCloseable not invoking the inside action
45 views
Asked by Hima_93
Get current contiuation in Scala
187 views
Asked by Sergey Sviridov
Is this Traverse implementation for Functor and Option/Either correct?
45 views
Asked by Max Smirnov
is it a bad practice to map a suspended effect with an impure function?
85 views
Asked by Jaime Silva
How to make cancellable timeout callback?
62 views
Asked by Max Smirnov
Scala 3 given/implicit resolution doesn't work as expected
53 views
Asked by Abhijit Sarkar
Is there a way to transform a Tuple of Resources into a Resource of Tuple?
63 views
Asked by mauhiz
Create FunctionK instance with anonymous function
61 views
Asked by Max Smirnov
Using an Applicative Functor Functions with Cats and Scala
62 views
Asked by thlim
scala cats, deal with race condition
73 views
Asked by Дима Шестаев
How to synchronize a bunch of effects in only one thread at a time
117 views
Asked by Дима Шестаев
Scala cats exception handling
103 views
Asked by Yalav
Scala EitherT Future Exception handling
70 views
Asked by Yalav
parEvalMap with buffering
88 views
Asked by Ákos Vandra-Meyer
Scala, Slick, Cats - How to map different SQL errors with OptionT?
65 views
Asked by Developus