StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Mario Galic

Rating
1510.07 (70,111th)
Reputation
3,401 (49,594th)
Page: 1 ... 8 9 10 11 12 ... 20
Title Δ
Getting error on calling method of a class type in parameterized cl... 0.00
Orphan Futures in Scala -1.89
Can a function operating upon mutable data structure be referential... 0.00
Why can method parameter F have the same name as type constructor F? +2.52
Convert Either[A, B] to Option[A] where Left becomes Some 0.00
Numeric Map Over With Functor +0.34
How to transform failed future exceptions in Scala? 0.00
Implicit Map makes Char methods not compile -2.30
Generate html report with ScalaTest 3.0 0.00
How to store the intermediate results of a scala match expression i... +0.10
Why passing Int => Int to a function taking AnyVal => Int res... +1.90
Scala How to use pattern matching with a non generic LazyList? 0.00
sbt testOnly exclusion list with tag does not work 0.00
ScalaTest: QuickStart code fails with java.lang.NoClassDefFoundErro... 0.00
how to transform Future[Option[(Person, Future[Vector[Order]])]] in... 0.00
How to pass custom information to Reporter in Scala Test? 0.00
how to read json with an optional field serialized by a missing fie... 0.00
Why can a companion object access a private val in its companion cl... 0.00
How to use @unchecked for an Option in a higher order function 0.00
How to correctly use ambiguous implicits for type negation in Scala 0.00
getting the correct return type from typed function fails 0.00
Mapping over collections and returning the same type of container a... 0.00
Mocking out all overlaoded versions of a method in scala mockito 0.00
How to fill a ListBuffer[ List[Any] ] (Scala)? +0.07
Scala best way to init several val from constructor value -0.20
Difference in singleton object with parentheses and without in patt... 0.00
How to convert data in a Set[Tuple2] into a case class -2.32
Difference between val and def in scala? 0.00
How to use Numeric[T] to represent zero of any numeric type 0.00
What's a good way to handle unitialized private members in Scal... -1.20
Why is only one new object created when called multiple times in `m... -0.11
How do you check a mock was called with a Seq irrespective of order 0.00
Future onComplete callback is not called -0.25
Understand 'case' keyword in partial functions -1.49
Using Mockito to spy a method with object argument results in NullP... 0.00
Adding functions to a ListBuffer then executing the functions +0.47
Is there a way in Scala to convert Seq[(String, String)] To Seq[Str... +0.49
How are "special" return values that signal a condition c... +0.48
type is erased from implicit class +1.30
When do you need aggregate over dependsOn 0.00
Scalatest GeneratorDrivenPropertyChecks init seed +0.48
How to run and compile exact one test in sbt? +0.88
Scala polymorphic methods - { case x:T => x } returns all types 0.00
When to use return statements in Scala? 0.00
log4j2 in scala on sbt complie gives Unresolved dependencies path 0.00
Term to describe the space left between blocks of code (e.g. in a s... 0.00
ScalaMock, returns based on a ClassTag 0.00
display words which words length is more than 8 -0.47
How to aggregate Objects in Seq properly? 0.00
How to generate random unicode strings? +0.51