Sean Lang

Results 53 issues of Sean Lang

it seems that the editorconfig package reads the `.editorconfig` file every time it is queried, so even with graceful-fs, being used in our package, the editorconfig package goes over the...

bug

Unlike #1, this failure is because of too many args being passed to the CLI. In order to fix this one, we probably just need to add a `-r` option...

bug

it's not really standard, so we should explain it in the docs

...because it's beautiful http://www.google.com/fonts/specimen/Inconsolata

enhancement

like http://naltatis.github.io/jade-syntax-docs/

enhancement

maybe you can check out this issue visionmedia/jade#1345 and write a little bit more info about the IE conditionals. migrated from #5

enhancement

you can do this with [`npm deprecate`](https://docs.npmjs.com/cli/deprecate): ``` npm deprecate binary-csv "use csv-parser instead, it has the same API but is faster" ```