Konstantin Silin

Results 4 issues of Konstantin Silin

`post { entity(as[MyEntity]) { e => ...` leads to ``` asInstanceOf is disabled [error] entity(as[MyEntity]) { e => ^ ``` the method in question is `def as[T](implicit um: FromRequestUnmarshaller[T]) =...

currently, only the compat-mode field `text` with 140 chars is returned, not the extended-mode `full_text` with 280 chars. Retrieving the full text by default or perhaps even configurable would be...

enhancement

Currently, if the JSON contains snake_case names, these are used as-is in the case classes: an option to convert `abz_xyz` in the JSON to `abcXyz` in the case class would...

some metrics, like the request ones are neatly visualized in C3 while some others are missing. Would be good to be able to compare the functionality of the solutions directly.