Top "Typesafe" questions

Typesafe (now Lightbend) was founded to create a modern software platform for the era of multicore hardware and cloud computing workloads.

Typesafe Config Environment Variables

Attempting to use ${HOSTNAME} in a config file does not work! According to the documentation, config files should resolve environment …

configuration playframework akka typesafe
sbt does not resolve Typesafe repository

I have an odd problem with sbt and the Typesafe repository: [info] Resolving com.typesafe.play#play-json_2.10;2.2.0 ... [warn] module not …

scala sbt ivy typesafe
SBT install failure with aptitude on Ubuntu 14.04

I receive several errors when I attempt to install sbt on Ubuntu via aptitude with the instructions from the scala-sbt …

scala ubuntu sbt typesafe
Providing default value on typesafe config getters

So I am having multiple occurrences of similar snippets in my code: val optionValue = try { Some(config.getString(key)) } catch { …

scala refactoring typesafe
How to use system properties to substitute placeholders in Typesafe Config file?

I need to refer to java.io.tmpdir in my application.conf file I printed content of my config with …

scala config typesafe
Typesafe activator: Java JDK can't be found

I am trying to run the typesafe activator on Windows 8.1 x64. It keeps saying I don't have a valid JDK …

typesafe
How to force Typesafe Activator to listen 0.0.0.0:8888

I recently installed Typesafe Activator to a VM. Applications created by activator can be accessed after port forwarding, but Activator …

scala playframework typesafe-stack typesafe typesafe-activator