Chris Wewerka
Chris Wewerka
@mosche Thanks Moritz. '
@mosche I do use `sbt universal:packageZipTarball` with sbt version 1.1.1 and play swagger 0.7.4
@mosche Hi Moritz. The swagger task gets executed, so the swagger.json is created and is in target/swagger. The only thing that does not work is that it ends up in...
@mosche Thanks Moritz. Adding `mappings in Universal += (swaggerTarget.value / swaggerFileName.value) → s"public/${swaggerFileName.value}" //include it in the unmanagedResourceDirectories in Assets doesn't automatically include it package` to my build.sbt fixes the...
Can confirm org\.joda\.time\.DateTime does not work but .*DateTime does
Just tried out the performance branch https://github.com/rditerwich/spray-json and interestingly I have nearly the same effect here: In Debug: 50 secs In Normal Mode 1,4 secs both values seem far to...
Interesting: Using jawn, the json parsing in debug mode on android is reduced to 11 seconds for 900 lines: https://github.com/spray/spray-json/pull/101
Hi Non, thanks for your interest! Here's the json https://gist.github.com/breadfan/cbbdbedbeff9046b8d1a Jawn is really fast in normal mode on my test Galaxy S4: 0.2 secs to 0.7 secs for the above...
Hi @adamw, thanks for your response. I have this problem with Scala 3 endpoints. I am using the following code: ``` val positionInfoEndpoint: PublicEndpoint[DeviceLocation, Unit, GeolocationServiceResult, Any] = endpoint.post .in("position-info")...
Works like a charm. Thank you very much @adamw !