John Crowe
John Crowe
@wtrocki Can do!
I'll clone this weekend and submit a PR.
Lol I didn't get to it but I will I promise!
@wtrocki @kamilkisiela I don't have permissions to push up a branch, but have a small fix ready if ya'll want it. I have other ideas for extending Typescript support so...
I need to move pretty fast in my current project for work, so I think for now I will fork Loona and make the necessary modification myself. If this project...
Is it still possible to allow validation of hidden fields by setting ignore: "" ? ``` $(document).ready(function() { $.validator.setDefaults({ ignore: "" }); $("form").validate({ ignore: "" }); }); ``` I have...
@staabm Got it working. I'm not sure how... but it is. Thanks :)
@bdlindsay I've found success by just omitting the password field altogether. I'm still able to authenticate assuming .pgpass is populated. Thanks for adding this support!
+1 to this issue Certain API queries cannot be easily defined with these schemas. For example, I have the concept of a user group in my application. A group can...