Adam Twardoch
Adam Twardoch
Thanks for explanation!
This https://github.com/Kilo-Org/kilocode/pull/947 didn’t fully fix it
If you want type hinting and validation, use `msgspec` or `pydantic` (or without validation: `dataclass`).
I once made a font which had a glyph associated with the soft hyphen Unicode. The glyph looked like hyphen but had a negative sidebearing so that the hyphen would...
> @twardoch when we chatted about it 18 month ago you recommended to remove the glyph completely ^^ I see :)
- https://github.com/twardoch/macdefaultbrowser (Swift) - https://pypi.org/project/macdefaultbrowsy/ (Python)
I'm not sure if writing a “universal font flavor converter” should be in scope of the fontTools library. Would it convert a TTC into multiple TTFs? Would it convert a...
I looks like a very low-hanging fruit to use the model of the [`convertPathData`](https://github.com/svg/svgo/blob/master/plugins/convertPathData.js) plugin and to incorporate the above minimal example that uses paper. The `convertPathData` plugin already has...