Skip to content

Instantly share code, notes, and snippets.

#1
val controllerComponents = Helpers.stubControllerComponents()
components.actionBuilder returns DefaultActionBuilder(controllerComponents.parsers.default)(controllerComponents.executionContext)
#2
val stubParser = Helpers.stubBodyParser(AnyContent("hello"))
val controllerComponents = Helpers.stubControllerComponents()
components.actionBuilder returns DefaultActionBuilder(stubParser)(controllerComponents.executionContext)
sh-4.2# ./makeall install
RADIANCE 5.0 INSTALLATION
This script rebuilds all of the Radiance programs and installs
them on your system. You should read the file README before running
this script. You can type ^C (followed by return) at any time to abort.
You must first answer the following questions.