Just van Rossum
Just van Rossum
Random idea (to be considered for later, it may not be that relevant for this initial work): should we maintain the translations as a (google-docs or equivalent) spreadsheet, to make...
Please run `pre-commit install` if you haven't already, that should help keeping the project's formatting as expected.
About the json prettier plugin: that's fine as long as we have control about which files it will touch. Like, there are .json files in test-common that I'm not sure...
Please use pre-commit, you may have to run "pre-commit install" to turn it on for this repo. I notice in the test fail that it reformats some .json files that...
I see that if a translation is not found, the key is returned. I'm worried about new things that will be added, which will be in English first. Imagining we...
Thanks so much!
"no base glyph" should probably be read as "empty base glyph".
That would be a problem for the high level render code that uses bounding boxes to calculate a decent default canvas size. I think it should fall back to traversing...
What I'm most curious about at this point is: how does the fonttools documenation integrate separate doc files (fonttools/Docs) with inline documentation in the code. And: how can we do...
I also prefer MarkDown, but this sounds like a good solution. Does MkDocs also support sphinx-doc somehow? FWIW, fonttools uses readthedocs. How does MkDocs compare to readthedocs, and why do...