Erutuon
Erutuon
So I have a variant of an enum, `Contributor::Ip`, and an equivalent struct `IpContributor`. The struct round-trips through serialization and deserialization but the enum variant with just one field doesn't,...
**Describe the bug** Left-to-right code points, cursive code points, and some grapheme clusters are rendered incorrectly in the Windows native platform. I made a little Rust project in Windows that...
**Describe The Bug** In Firefox, when you press j, k, or l while playing a video, the desired action, but also opens up a basic "Find in page" dialog at...
The chart only has diacritics below letters at the moment. Because some letters have descenders, like [ŋ], the above-the-letter diacritics should be added: [ŋ̩] should be [ŋ̍]. Similarly with the...
Using `serde_json::Value` to represent API responses is pretty laborious. It requires lots of `.as_object()` or `.as_str()` and then checking that the result is `Some(_)`, or `Option::map`, or matching on variants...