Karol Janyst
Karol Janyst
@skaterdav85 I would rather cerate a new branch such as 4.0.0-wip (I believe it would be next major release eventually) and work out other things there and not rashly merge...
Basically yes. The idea is to be able to validate array elements. Use case: I want to pass an array which contains strings with length of at least 3 characters.
The idea is to validate just array contents and not structure. I imagine that would iterate over array elements and run validation for each. Laravel doesn't do that and requires...
Supporting wild cards for array sounds like a better solution and it would be the same as Laravel handling such cases. For that purpose maybe we also should abandon support...
About typescript, as an author of the mentioned definitions I can provide support for these in the repo. Anyway, maybe rewriting the library in typescript wouldn't be that bad of...
Unfortunately there is no automated way of syncing TS and Flow easy way. At least not any popular one that works most cases. If you want to add static types...
Fair enough, thanks for replying. Yeah, introducing `{}` for defining groups is a nice idea! First extract groups then perform usual regex conversion to whatever is inside `{}` and finally...
Yeah, I tried both regular `` and `` from the `redux-form`. I have `redux-logger` attached and it seems than after dispatching `submit` action no validation is called (even though there...
Yes, it seems to be working in sandbox. It seems to be also workin in my code but only if button is also inside a decorated component. If it is...
I’m using asyncpg with postgres 11.