Pyry-Samuli Lahti

Results 4 issues of Pyry-Samuli Lahti

Would it be possible to separate `CoreDsl` from the `ScalatraBase`? This would make it possible to define own typesasfe DSL for the HTTP verbs? (Something like `def get(transformers: RouteTransformer*)(block: =>...

core

Currently there is no request context available upon timeouts. It would help debugging greatly if we could log the request information upon timeouts. #### Background: - https://gitter.im/http4s/http4s?at=5bc88db21c100a4f29a69128 - https://gitter.im/http4s/http4s?at=5bc89408c08b8b3067342857

enhancement
module:blaze-server

Currently the plugin sets default values for these: ``` export SLACK_ICON=${SLACK_ICON:-"https://avatars0.githubusercontent.com/u/43742164"} export SLACK_USERNAME=${SLACK_USERNAME:-"rtBot"} ``` IMHO it would be better to leave them empty, in which case Slack would use the...

HOW TO REPRODUCE: - Go to some non-existing page; e.g. http://localhost:9000/not-existing-page - Notice that the page does not include CSS or JavaScript defined by the greenscript -tags My app/views/errors/404.html is...