Reuben Thomas
Reuben Thomas
Thanks! I don't develop on Windows much either, but documenting this would be a good start. In any case, the whole point of Enchant is that you can build providers...
I can't reproduce this. I tried deleting `hpmor-1.pdf` first and then running the command, but that gave a different error. Could you attach your log file?
Thanks. It also says in this log `Unable to load picture or PDF file 'hpmor-1.pdf'`, so I'm surprised you don't get an error for that (I get an immediate error)....
I had a look at the diff between your log file and mine. It's quite large and noisy, unfortunately. I wonder whether there's some change in the `bookcover` package; could...
Thanks for the hint! Of course, the attraction of using `[:alpha:]` and similar is that they work with non-PCRE-supporting tools.
Looks good, thanks for your work on this!
Closing this PR, I don't use this extension any more.
Thanks for considering this!
My script: ``` #!/usr/bin/env node "use strict"; var path = require('path'); var helmsman = require('helmsman'); var name = path.basename(process.argv[1], '.js'); var cli = helmsman({localDir: './app/commands'}); cli.on('--help', function(){ console.log('Usage: ' +...