Keefer
Keefer
Since this is related, I won't open a new issue. The automatter also can't find eslint on my system when it's installed globally. `sudo npm -g install eslint` installed `eslint`...
I've submitted PR https://github.com/Chiel92/vim-autoformat/pull/243 which fixes this problem. It simplifies some of the logic and makes allows the formatter to run even if there is no `eslintrc` that can be...
`eslint` should be able to automatically determine which is the locally optimal configuration file to use. I've simplified the definition for the formatter in PR #243 which should hopefully resolve...
Addressing this issue will likely affect code paths related to #15
direct os.Exec calls to the tesseract binary might give us some better control. other options might be to fork gosseract and see if it can be improved.
Also related: `.imgrep` directory for storing sqlite db is not Windows friendly.
PR https://github.com/keeferrourke/imgrep/pull/9 is about as much as I'm willing to do for windows compat
will look into using gnu autotools to generate that magic ``` ./configure make make install ``` incantation that pretty much most software seems to use. should be distro-agnostic as well....
nice meme
+1 does not work on GNOME 3.18, returning the same (unhelpful) error message. On Ubuntu there's a package called `unity-chromium-extension`, which sounds right, but I'm unsure. That pulls in 385MB...