Jake Verbaten

Results 104 issues of Jake Verbaten

``` Publishing documentation to github... ! /usr/local/lib/node_modules/groc/scripts/publish-git-pages.sh: 10: Syntax error: "(" unexpected ``` Ubuntu 11.04

@Benvie has written a sublime text 3 syntax highlighting tmLanguage file for ES6 ( https://github.com/Benvie/JavaScriptNext.tmLanguage ) I tried copying the block list over from this project but it doesn't filter...

Having full compliance of http://www.w3.org/TR/selectors4/ in a seperate file. I see you already have a seperate file for some things. It would be worth adding full selectors4 support as an...

Both `async` and `underscore` currently suffer from being a "kitchensink" of anything possibly uesful, these modules didn't start out that way but more and more stuff was added to it....

Code like [ref](https://github.com/clux/modul8/blob/master/lib/resolver.coffee#L6) `reqStr[0...2] is './' or reqStr[0...3] is '../'` will break in windows because of `/` vs `\\`. One should favor using methods from `path` like [`path.relative`](http://nodejs.org/docs/v0.6.5/api/path.html#path.relative)

If a dependency is red or yellow it would be nice to see the list of commits that have occured since the dependency I have listed (the one that is...

It would be great if we can get a more visible outline. I do not see the yellow warnings in my gutter because my git gutter plugin puts git meta...

Allow running licensecheck with `--yellow` or `--red` to not render all the green MIT noise. I generally only care about "which deps have no licence or have a weird licence...

licences thinks `colors` does not have a licence. It in fact has one checked into git ( https://github.com/Marak/colors.js/blob/master/MIT-LICENSE.txt )