V

Results 38 comments of V

I had this issue, adding the types to `constructMonadic` solved it. ```scala import mercator.Monadic type Result[A] = Either[Throwable, A] ctx.constructMonadic[Result, Any] { p => //... } ``` Maybe the `PType`...

I totally approve! I just spend the last few hours doing that work, again! I would prefer hosted in the scalacheck organisation but not part of the core. On Fri,...

should be ok for review/merge

Hum there is a big problem http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html > DynamoDB also supports types that represent number sets, string sets and binary sets. Attributes such as an Authors attribute in a book...

Hi, Yes you can write a PR :) Now I did not catch Exception to make sure people would not throw them. On Mon, Mar 14, 2016 at 3:17 AM...

You are deserialising with a return type of `T` or throw an exception. You need to send back a type holding the deserialisation error, something like `Either[CustomError, T]` or `Either[Throwable,...

Yes, the JVM I used to compile is JVM 11. It seems sbt / scala only support up to JVM 8, and it is the default target. Also, i checked...

Hi, I think you will need to look into Sentinel and client pool, and make your mix. You can post here your solution if you want, i will try to...

Thanks Could you post a gist to help me understand the use case?

i think the easiest way is to use version 1.3 https://github.com/etaty/rediscala/tree/1.3