Johnny Shields
Johnny Shields
**Please also backport to 2.8.x stable branch** ## Summary Version 2.8.0.rc1 has a regression where `charset=UTF-8` is omitted from the `Content-Type` header in multi-part (text + html) mails. Due to...
Mail 2.8.0.rc1 removes the class `Mail::CheckDeliveryParams`. This is a public interface change which means that according to [Semver](https://semver.org/) either: - Do a major version bump (3.0.0); or - Re-add the...
Overall, I'm blown away by how good IBM Plex Sans JP is--it's an instant classic. If I had to make criticisms: - the hiragana characters (`あいうえお` etc.) feel slightly too...
Noto provides: - Noto Sans CJK JP - Noto Sans CJK KR - Noto Sans CJK SC - Noto Sans CJK TC These fonts contain all CJK glyphs and only...
Would be useful to have a Plex uniwidth font variant, esp. for user interfaces. "Uniwidth" means a font whose combined character width and kerning remains constant at all weights: ...
Currently, if you add `gem "doorkeeper"` to your Rails project **without** an initializer, the project will fail to boot with this error: ``` /gems/doorkeeper/lib/doorkeeper/config.rb:33:in `configuration': Configuration for doorkeeper missing. Do...
Just an idea. For some use cases, esp. for models which have many states and relatively few transitions per state, I'd like to have a "Slop" mode where any modifying...