Closed GitsMcGee closed 9 years ago
Hi,
You're not doing anything wrong. Actually, I already came accross this problem and I must confess I have no solution at the moment, but it's definitly the main item on my todo list for this project. So stay tuned, I'll keep you updated as soon as I have a clue.
Thanks for raising that issue (and happy new year, depending on your timezone).
Hi @vil1
Sounds good. I will try and think of a solution as well, though you will probably find one before I do.
Happy New Year!
The issue should be solved in 1.0.1-SNAPSHOT but the solution have some possibly unwanted consequences. Please see README for explanations. I'll publish a 1.0.1 release if you find the solution satisfying.
Interesting. Your solutions works for me. :+1:
Ok, version 1.0.1 is released, it should be soon available on sonatype
Hi everyone. It appears that this library does not handle forms of tuple type. For example:
In the above example,
singleField
works great, buttwoFields
doesn't compile. The specific error message I get is:could not find implicit value for parameter M: scalaz.Monoid[play.api.mvc.Result]
. Is this a bug, or could I be doing something wrong?