ioleo
ioleo
Updated one last translation I've missed yesterday
Updated `the-checkbox-should-not-be-checked` translation so it's not the same as `the-checkbox-is-unchecked` translation.
Removed `(?:|że )` which is unnecessary (equivalent of `(?:|that )`). The `pl` behat `@Given` already has `Zakładając` or `Zakładając, że` definition.
Fixed missing semicolon. The regexp is now correct.
Marked some words as optional.
Is this going to be merged?
As a workaround, I'm doing `rawToken.grouped(120).toList`, the API then takes a `List[String]` instead, and on frontend side I do `rawTokenParts.mkString`. Works.
I got into the same issue again. This time I had: ```scala case class UserView( // ... roles: List[String] ) ``` and users fetched from database had either `user` or...
I wonder why `readInt` gets invoked when my case class does not have any `Int` fields? /cc @cquiroz
@knownasilya this seems to me priority 1 issue.. any news on this?