Vivin Paliath

Results 69 comments of Vivin Paliath

The reason I used elementId in validate() initially was to enforce the requirement that all elements that are validated, require id's. But since regula automatically adds id's to elements that...

I'll definitely take a look at implementing this.

@psirenny If you are interested in taking up this task, you are more than welcome. :) I'm kind of a Node.js noob and so it will take me some spin-up...

That's an interesting idea. I think it would require some more thought as to the best way to implement this. Using predefined groups for all constraints attached to an element...

That certainly seems possible; would still need to think a bit more about this one.

@TRDigital sorry -- been on vacation. I don't see the `@PasswordsMatch` constraint in the code?

Currently this can be accomplished with a custom constraint. This is definitely a cool feature and I'd like to implement something like this at some point in the future. It...

As far as I understand, the rel defines the semantics of the link (or the resource at that link). If that resource is embedded, then the same `rel` can be...

This feature would be very helpful because it is difficult when debugging to tell whether requests aren't getting to the worker because of some other reason, or because they are...