Evan Sharp

Results 116 comments of Evan Sharp

0 is valid, that means it is working. If you got `null`, `undefined`, an object, a string, or literally anything that isn't a number/integer, then that would be a problem....

I'm all for dropping the deprecated Secure tokens, but I don't see anything that can be done / needs to be done by this module to support Domain validation. Domain...

How about `.eslintrc` (or your preferred linter rc file) ?

This is coming from recaptcha itself. You'd need to open an issue with Google recaptcha team

Sorry I didn't comment on this earlier. This request is more or less out of scope of what the 1.x project is. Since 2.x tries to line up with angular's...

v2 it pretty different than v1. I use v2, but I really don't use all of the feature it offers. I've asked for feedback and issue reports... and the lack...

https://docs.angularjs.org/api/ng/service/$http doesn't seem to have a `request()` function

2.0 still accepts a url through the provider: https://github.com/janpantel/angular-sails/blob/c9cd8a32db0bd223964f9d4fa5556b11a6ad3712/src/service/%24sails.js#L47 You also have the ability to create your own socket and pass that to the provider, it will be used instead...

If you are using the 2.0 branch this issue can be addressed, but since the 1.0 branch uses sails.io.js it makes it hard to get at the error to catch...