Colin Rofls
Colin Rofls
I want this to be more more fully isolated from the rest of the project, so that I can swap in another implementation in the future.
this seems more sane then gdbm, maybe. https://plyvel.readthedocs.org/en/latest/ https://github.com/google/leveldb
## Metadata part 1: initial per-line indentation adjustment ### overview My initial goal is going to be to support calculating per-line indentation changes (i.e. whether or not we should increase...
not really related to #94, but thinking along related lines. Thinking about the sort of API I would like to expose to application developers, I have a few guiding principles:...
Hi there, I've just been playing around with quick-xml to handle reading and writing of [Glyph Interchange Format](http://unifiedfontobject.org/versions/ufo3/glyphs/glif/#contour) files, and I had some observations I wanted to share. ## `[u8]`/`Cow`...
[The spec says](https://github.com/adobe-type-tools/afdko/blob/bf219ceb7d10deb1a8d85c5df04e98e3b48025fc/docs/OpenTypeFeatureFileSpecification.md?plain=1#L1775-L1779): > If there is only a single substitution operation, and it is either single substitution or ligature substitution, then the operation can be specified in-line and its...
According to [the spec (5.f.ii)](http://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#5fii-specifying-exceptions-to-the-chain-sub-rule), the syntax is, ```fea ignore substitute * *; ``` and, > The backtrack and lookahead sequences may be omitted, but there must be at least...
quick-xml feels reasonably mature to me. Has there been any planning about a 1.0 release? Is there any major missing functionality that should be in place before this is considered?