Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Violation of the left identity law for Future monads in scalaz

scala monads typeclass

In shapeless, have two lists such that one contains typeclasses of the other

scala shapeless

How do I get an unwrapped key in Typesafe Config?

Scala: How to define a function whose input is (f, args) and whose output is f(args)?

Using shapeless to convert tuple of Future to Future of tuple by way of HList

scala shapeless

How to build Scala applications in Sublime Text 3?

scala sbt sublimetext3

How in shapeless do you say that a proof is the empty type (i.e. false)

scala shapeless

scala spec2 I am Unable to create a test that uses must be_== and failure at the same time

How to reference a custom SBT Setting in sub-projects

scala sbt

uPickle and ScalaJS: sealed trait serialisation

Scala: How to ignore 'SSLHandshakeException'

Use an array as a Scala foldLeft accumulator

Avoiding deeply nested Option cascades in Scala

Increase memory available to Spark shell

scala apache-spark

How to transform a categorical variable in Spark into a set of columns coded as {0,1}?

Slick 3.0: Idiomatic way to GET results from the database inside of Option (Scala Play Framework)

Providing implicit value for singletons in Play Json library

How using refined to express constraints with constants > 22

scala shapeless

Removing an element from MutableList in Scala

How to properly stop Akka streams from the outside