Fredrick Brennan
Fredrick Brennan
I have a large request. I will split it into parts. This is a **proposal for the representation of bitmap strikes in UFO** in a way that creates little to...
FontForge supports naming its contours, but because the spec does not allow a name field for contours, only points, this data is dropped. Is there a reason that contours cannot...
Cf. fonttools/fonttools#2234 I think it's too strict to require a . An empty should be OK. Also, there's a grammatical error in the sentence, which I fixed.
It's such a common problem that it deserves to be in your schema. Even if not all services disallow it, they can just _filter_ `ReportType=HateSpeech` instead of having to deal...
Same justification as #33.
It seems buggy to me but I'm not sure I'm using it right as there seems to be no consideration of winding given in your docs.
I'm surprised there's no function like this: ```rust impl Coord2 { fn from_theta(theta: impl Into) -> Self { Coord2(theta.into().cos(), theta.into().sin()) } } ```
See https://bitcointalk.org/index.php?topic=5394915.msg59884817
As it cannot be handled by `bunzip2`. Working on it