Try is free in the Future
Wrapping a Future in a Try is usually redundant — Future already carries failure. Here's a closer look at when (if ever) the wrapper adds value.
Wrapping a Future in a Try is usually redundant — Future already carries failure. Here's a closer look at when (if ever) the wrapper adds value.
When IntelliJ 13's SBT support gets confused about multi-project setups, here's the one-liner that gets it back to a clean state.
Notes on splitting frontend (ScalaJS) and backend (Spray) into separate SBT subprojects so the backend jar doesn't drag generated JS classes along.