Collin Grady

Results 5 issues of Collin Grady

The code that handles `g:CommandTWildIgnore` appears to require specific syntax to ignore a directory, which does not match that of vim's `wildignore` handling. In vim, adding something like `phpunit/` to...

From the docs on the "Angle" param: Note: The size and position of the text are always calculated as if the text is horizontal. Can this be changed? It completely...

bug

Fixes #59, as well as an issue I ran into where code was attempting to load PHPUnit classes using the ApnsPHP autoloader.

Instead of a bunch of ifs, just escape the parens: ``` diff --- a/quick-reply-preview-parser.js 2013-01-01 22:10:54.000000000 +0000 +++ b/quick-reply-preview-parser.js 2013-01-01 22:12:26.000000000 +0000 @@ -43,14 +43,13 @@ for (var index in...

https://github.com/graphefruit/Beanconqueror/blob/master/README.md?plain=1#L155 Link is going to `https://beanstats.vercel.app/beanconqueror/share/create` but actual URL is `https://beanstats.vercel.app/beanconqueror/create`