Sahil Shekhawat

Results 14 issues of Sahil Shekhawat

The example given here https://github.com/tjwebb/sails-permissions#3-set-environment-variables to add env variables to sails does not work. This should be: ``` module.exports.permissions = { adminUsername: 'admin', adminEmail: '[email protected]', adminPassword: 'admin1234' } ``` Should...

I tried the given examples and map doesn't seems to work.

I am trying to implement it using the code from Readme but it just doesn't work. There are no errors but it doesn't work either. If I try to `Log.d`...

Current workflow just gets all nodes which belongs to the given slice, and ``find_active_nodes.py`` finds all active nodes (nodes in which we can ssh right now) from a list of...

enhancement