Results 473 comments of Simon Cozens

* I'm working on a cffsubr PR: https://github.com/adobe-type-tools/cffsubr/pull/20 * Tracking issue for pygit2: https://github.com/libgit2/pygit2/issues/1102

Yeah. We have extras for qa already. Currently going through and working out which of the dependencies we actually *use*. (Lots of imports that are unused; pylint is helping find...

pygit2 universal wheels now available.

This was my pynacl issue: https://github.com/pyca/pynacl/issues/657 Install will fail if you have GNU's `uname` installed and in path before Darwin's own version. `PATH="/usr/bin:$PATH" pip3 install pynacl` works in this case.

Definitely! In the source font or in the binary?

Definitely. The builder was written to create a programmable GF-style font build, precisely so that it could be added to Pilcrow. I suggest - [ ] Replacing the current Pilcrow...

You might find this code useful: https://github.com/simoncozens/font-engineering/blob/master/gimmesometext

> "GF Latin core glyph list" is currently included in fontbakery.constants exactly because we did not want to include the entire gftools as a dependency Right. If two modules want...

I’m writing something now (a language/shaping tester) that would benefit from a standalone check runner...

Here’s my betting: https://github.com/googlefonts/glyphsLib/issues/756