Bradley Erickson

Results 49 issues of Bradley Erickson

The Details are in the log https://github.com/13rac1/block-fixup-merge-action/pull/1/checks?check_run_id=402130209 Edit: Log is expired.

The Fontconfig Edit Mode: `prepend_first` is, probably, causing a number of font selection issues #35, #37, and #39. The existing/provided configuration is _technically_ correct according to all tests I've tried,...

bug
help wanted
fontconfig

Apple's upcoming iOS 14.2 is changing the 😷 emoji from "sick" to "smiling". ![image](https://user-images.githubusercontent.com/195061/95512988-76da4280-096e-11eb-8f76-68b085a9334c.png) Can twemoji do the same? https://blog.emojipedia.org/mask-wearing-emoji-now-smiles/

artwork change

- Font version: 12.0.1 - Screenshots: n/a - Operating system: all - Steps to reproduce: run `make` uE0067 - Tag Latin Small Letter g - http://www.unicode-symbol.com/u/E0067.html - Used in: ```...

bug
blocked

enhancement
help wanted
blocked

Windows does not hint fonts itself, so: https://www.freetype.org/ttfautohint/

enhancement

The fonts default to emoji representation right now, which is technically incorrect. The text and emoji variation selectors should be implemented using font ligatures to correctly select text or emoji...

bug

The required color SVG transforms are currently applied as a "SVG transform" I'd prefer them "baked" into the actual SVG data to reduce potential hassles and file sizes. svgo can...

enhancement

## Change Description The type definition of the producer location unsigned integer is vague. > Relative location for purpose of nearest neighbor scheduling This change adds `ISO 3166-1 numeric` as...

## Change Description Fixing a minor annoyance. Multiple shell scripts do not have the execute bit set: ```bash $ find . -name "*.sh*" | xargs ls -l | grep "r--"...