Stefan Ollinger

Results 13 issues of Stefan Ollinger

With this a `Request[F] => PartialFunction[Throwable, F[Response[F]]]` can be provided to the `ErrorHandling` middleware in order to map errors to responses.

enhancement
module:server
series/0.23

Two problems: 1. a closing AtmosphereResource can close the HttpSession (invalidate, code already commented out) 2. a closing AtmosphereResource can remove the AtmosphereClient reference from the HttpSession This may require...

atmosphere

This PR re-structures code and fixes some warnings: - renamed internal methods - macros use internal methods - drops the MacrosCompat traits and uses only the unifying compatibility layer (stubs,...

The following route returns a HTTP status code 200. It should return a 404. Related issue: https://github.com/scalatra/scalatra/issues/334 ``` scala get("/not-found") { Future { halt(404) // runs recover } recover {...

core

There is a WarOverlayPlugin in scalatra-sbt, which could be a good addition to xsbt-web-plugin. Is there any interest in it? If so I could provide a PR. For the source...

Example: ``` jade a(ng-href={"{{url}}"}) link ``` Error: ``` `)' expected but `}' found at 146.27 ```

The README should mention that you need to add the Sonatype Maven repository. For example in SBT: resolvers += "Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/"

Small fix which makes pandoc-theorem compatible with pandoc 3.1 For details see: https://github.com/jgm/pandoc-types/issues/112

The pipe symbol in guards appears as italic: ![2022-11-24_20-35](https://user-images.githubusercontent.com/239058/203854911-e9b7ffb1-2702-40ca-81d6-9121246f84d0.png) - Font: Jetbrains Mono (but also italic for other fonts) - IntelliJ Ultimate: Build #IU-222.4345.14 - intellij-haskell: 1.0.0-beta88