Rishabh Mahajan

Results 3 issues of Rishabh Mahajan

- Need to add more options to the HTTP request using [request](https://github.com/mikeal/request) - Document Object renewal using prototype methods

enhancement

I am trying to install it as a Maven dependency but it seems that its dependency, appcompat cannot be found. I get the following error: `Missing artifact com.android.support:appcompat-v7:jar:+` Neither does...

Using `sails.config.i18n.requestLocale = request.getLocale();` is a bad idea! It assumes that all the requests are processed serially and so, parallel requests will fail to get the correct locale! https://github.com/lykmapipo/sails-hook-validation/blob/master/index.js#L73 ```...

bug
help wanted