Sam Genest
Sam Genest
Sounds like a great idea. Feel free to submit a pull request. Probably for [fontfacegen](https://github.com/agentk/fontfacegen).
`.otf` files are not `.ttf` files. I don't think that is a real solution.
Ive been doing some debugging and I suspect the root cause is `config.files` is being passed to istanbul despite `config.preProcessors` patterns being set to instrument only some files. This is...
I haven't made much progress. Ive tracked the bug to [here](https://github.com/karma-runner/karma/blob/e095411f3f7684b2ad96f31abb5eba3cd7fd54da/client/karma.js#L154) the result parameter contains the invalid coverage property. However I cannot find the source of it. The only place...
It looks like this is [on the horizon](https://developer.github.com/early-access/platform-roadmap/)
I will take a look at this once some of the bugs are sorted out. Hopefully later this week. In theory we can instrument an integration test for each of...
Fontforge must be callable by the command line. As @btushinde mentioned this means that it must be part of your `$PATH` environment variable. However setting `$PATH` in `~/.zshrc` will only...