Jesse Donat
Jesse Donat
I was doing a security scan which included our dependencies and I found that your `LICENSE` had it's executable bit set in our node_modules folder. They almost certainly shouldn't be....
Hey @nycdotnet - I messaged you on Twitter but it appears you may no longer be active there. I would be interested in taking over as a maintainer on grunt-ts.
Hey, I was doing a quick security scan of our dependencies and found that the `LICENSE` file here had it's executable bit set. It should not as it is not...
~The diff on this is larger than in actuality because `phpcbf` needs to be ran.~ Merging #162 will clear that up. I have a field with a backtick in a...
I'm going to open a second PR ( #163 ) - but the test suite (phpcs in particular) is currently failing. I'm going to build the second PR against this...
Allow a callback that is called on all passed values, ignoring default $this->displayHelp = & $this->flags->bool('help', false, 'Display this help message.', function(){ return false; }); would cause `--help` being called...
Add aliases such that in the following example user **or** username could be used but not both. `$user =& $flags->string(["user", "username"], null, "Github Username");`