woky
woky
compile() supports optional args parameter. Add it to shortcut functions as well.
### Is your feature request related to a problem? Please describe. I want to an write utility to open package AUR URL in the browser. To get package URL I...
With typesafe config 1.3.2, `as` on root config object fails. Example: ``` import com.typesafe.config.{ConfigFactory, ConfigValue} import net.ceedubs.ficus.Ficus._ val config = ConfigFactory.parseString( """ foo = { x = 1 y =...