jsumners / alfred-emoji

Alfred workflow for searching and copying emoji
744 stars 32 forks source link

Some of the woman emojis aren't correct and uses gender-inclusive instead #44

Closed dvcrn closed 2 years ago

dvcrn commented 3 years ago

For example 🙅‍♀️ (https://emojipedia.org/woman-gesturing-no/) is displayed as the genderless version (https://emojipedia.org/person-gesturing-no/) for me instead of the correct female one

Screen Shot 2020-11-25 at 11 49 47

Same for the 🙆‍♀️ emoji:

Screen Shot 2020-11-25 at 11 50 23
jsumners commented 3 years ago

Which version of macOS?

dvcrn commented 3 years ago

Ah sorry, this is on Big Sur 11.0.1. The emoji is pickable from the emoji/character viewer just fine

Screen Shot 2020-11-25 at 12 33 39
jsumners commented 3 years ago

If you build the package from source does it exhibit the problem?

ruohola commented 3 years ago

@jsumners Yes it does, just ran npm install && npm run build on the latest master d48ff08:

Screenshot_2021-03-23 18 32 42
jsumners commented 3 years ago

@ruohola thanks. Looks like some sort of bug then.

kemayo commented 3 years ago

I should say, I think the requirements for actually fixing this one (without monkeypatching emojilib) probably take it out of the "good first issue" label. 😁