Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mario Galic
Mario Galic has asked
44
questions and find answers to
248
problems.
Stats
5.0k
EtPoint
1.3k
Vote count
44
questions
248
answers
About
Mario Galic questions
Why is import cats.implicits._ no longer necessary for importing type class instances?
Composing PartialFunctions with orElse when there is a wildcard case
ConcurrentHashMap[String, AtomicInteger] or ConcurrentHashMap[String, Int] for thread-safe counters?
Quickly switching Scala versions from CLI
Replace scalaz ListT with semantically equivalent cats functionality
Structural equality affected by location of case class definition after deserialisation
Type inference changes in Scala 3
Can monad with broken associativity law yield incorrect result in for-comprehension?
How to ask Scala if evidence exists for all instantiations of type parameter?
Surjectivity check when return type is sealed
Mario Galic answers
Override sbt's `fork` setting
Call by name parameters in scala functions
Value lookup resolves to a wrong scope in the sbt plugin
Scala public becomes private when accessed from Java?
Scala implicit ambiguous example modification not throwing compile error
How to filter JSON array results based on condition?
Using Mockito to spy a method with object argument results in NullPointerException
sbt dependsOn % "compile->compile;test->test"
How to decode missing json array as empty List with circe
slick return single result