Ian Walter

Results 29 issues of Ian Walter

It would set the property to an array regardless if one flag is passed or multiple flags are passed. ```js getopts(["-t", "lunch"], { array: ["t"] }) //=> { t: ["lunch"]...

Document how to use HttpOnly cookies with Bouncer (and make it easier to do so if necessary) to prevent XSS attacks as described in http://www.redotheweb.com/2015/11/09/api-security.html.

enhancement
help wanted
documentation

This would allow an application to provide their users with an overview of their active sessions, like GitHub does in Settings > Security. Data could include: - IP Adress -...

enhancement
help wanted

This would be necessary in order to implement #8.

enhancement

### What problem does this feature solve? Vuex doesn't provide a way for plugins to be notified when modules are added to the store dynamically through `registerModule`. This means that...

enhancement

## Description I think it would be helpful to package authors if running np checked `yarn audit` or `npm audit` for any critical vulnerabilities by default and could be configured...

enhancement

For example, if I’m trying to use Ship to manage a Redis instance for dev and staging how would I do that? Would I just copy the ship overlay and...