Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to make an INSERT IGNORE query with Slick?

scala slick

How to make JavaFX Applications non-blurry on Retina Display

Scala REPL "paste" mode doesn't exit on ctrl-D in Sublime Text 2

Why is the Empty input case needed in Scala Iteratees?

scala iterate

corrupt resolve for Play 2 framework support in IntelliJ IDEA

Quasiquotes for multiple parameters and parameter lists

LibGDX project written in Scala, on Android, using IntelliJ

Check if a Scala / Akka actor is terminated

scala akka actor

SBT: Cross-platform way to set java.library.path?

Scala, GUI and immutability

How to get a reference to an existing ActorSystem in Akka?

scala akka actor spray

Is there any OWASP checking tool for scala project?

scala owasp

insertOrUpdate with Slick 3

scala slick slick-3.0

How do I distribute a Scala macro as a project?

scala maven macros sbt

How to prevent SBT from trying to download from official repositories?

scala sbt

Misunderstanding with type checks in Scala

scala

Should functions that return Future[A] throw exceptions?

scala

How do I Unit test/mock ElasticSearch

How to modify a Spark Dataframe with a complex nested structure?

How to transform Either[Future[A], Future[B]] to Future[Either[A, B]]