Eli White

Results 85 comments of Eli White

Very interesting. This shouldn't be an issue with node 6, which from your file path looks like the version running. Can you confirm that by manually editing ``` /Users/michael/.nvm/versions/node/v6.4.0/lib/node_modules/eslint/bin/eslint.js ```...

I think using `which` like SublimeLinter does would be a great addition to this plugin. I'd happily accept a PR.

My concern is that people might not see the error messages and then open tickets about "the plugin doesn't work" without understanding why their setup is incorrect. I do agree...

@randy3k Any chance you'd be interested in adding a basic test suite with it? I'm not very familiar with python.

This seems similar to https://github.com/jsdf/browserify-incremental and we've been needing something like this at work. We currently spend about a minute and a half creating our bundles in some instances. I'm...

The code in the snippit seems to leave me with a cache file that looks like this: ``` {"path_to_file.js":{"cache":{},"packageCache":{}}} ``` I'm sure there is some small bug, I'll keep looking...

It seems like the cache data for each file is a package.json contents, not the actual file contents: For example: ``` "/myProject/node_modules/grunt-browserify/node_modules/browserify/node_modules/buffer/index.js": { "data": { "name": "buffer", "description": "Node.js Buffer...

I would love to have this.

I'm getting this as well, but it is inconsistent. It is happening about 1/6 runs, which means that my builds are marked as failed about half of the time. I...