Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Code coverage on Play! project

How to disable dependency resolution during 'package' in sbt

scala sbt ivy

Twitter Future timeout doesn't apply to the whole flatMap chain

Unapply regex matching into case class

scala

SBT: Access managed resources of a subproject?

scala plugins sbt

Does Scala continuation plugin support nested shift?

scala haskell continuations

Play route syntax for ignoring a part of slug

Scalaz's Unapply: why doesn't traverseU work with State? Why must traverseS exist?

scala types scalaz

Scala Stream call-by-need (lazy) vs call-by-name

scala stream

Getting "how can getCommonSuperclass() do its job if different class symbols get the same bytecode-level internal name" compile error

How to configure Ivy's lock strategy in Sbt

scala sbt ivy

Scala SBT and JNI library

Any way not to confuse sbt-eclipse if I just want everything in the top-level folder? (2.2.0 with 0.12.4)

eclipse scala sbt sbteclipse

Call a function with arguments from a list

scala

Sbt 0.13 plugin dependencies and scala-reflect.jar version clash

scala sbt

Force trait to implement method

scala abstract traits concrete

Cannot resolve symbols (foreach, list,...) using Slick-play

Concise way to enforce implementation of factory in Scala

Specify different version of sbt for a subproject in multi-project?

scala sbt

How can I write a recursive polymorphic function with Shapeless

scala shapeless