Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

When are dependent types needed in Shapeless?

What does scala reflection API Type.dealias do?

scala scala-reflect

Joining two dataframes without a common column

scala apache-spark

Show custom error page in production only in Play

How to change the default port 9000 in Play 2.3.x in build definition?

Service with background jobs, how to ensure jobs only run periodically ONCE per cluster

abstracting over type constructors

How to SparkSQL load csv with header on FROM statement

Scala : Generic method implicit parameter

scala generics implicit

Play - disable Logger colors

scala logging playframework

How do I populate a list of objects with new values

scala

How to modify value type of a json via Circe

json scala circe

Future[Future[T]] to Future[T] within another Future.map without using Await?

Loop through list to call different functions

scala gatling

Is returning Either/Option/Try/Or considered a viable / idiomatic approach when function has preconditions for arguments?

scala error-handling

How to access test/example name in Specs2?

scala specs2