Carlos Ferreyra
Carlos Ferreyra
@mtth thank you for the quick response.
This looks like a good exercise to familiarize with refined. The signature @fthomas proposes looks OK, however, I see `cur.asMap` returns a map of `String` → `ConfigCursor`, which makes sense...
Hi @evancz Could you please chime in here? I'd like to know if this PR is still relevant or I should forget about it and delete my fork. Thank you!
+1 Pushing database changes to clients would be a big enhancement. I'm working on an app with offline storage capabilities and websockets would allow the server to push updates in...
`generic Maybe { ... }` and `generic Pagination { ... }` look great to me, though I'd drop the `generic` keyword as it seems redundant by the use of angle...
Sounds like a duplicate of https://github.com/scalatra/scalatra/issues/343
Given the understandable limitation of Enumeration objects, is there any way we can pass extra info to Swagger to overcome this situation and get the attribute exposed as a string...
I have created a small project using macros to generate the Swagger model. It's still missing some types like Map for instance, but it can handle primitives, complex types, Scala...