question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update to emoji-regex v9

See original GitHub issue

@Favna wrote a very informative explanation about emoji-regex status and its integration with the emoji image libraries we are using here.

We have now to agree on the direction we want the library to take with that regard. The options I could infer from his writing are:

  1. Don’t update to Unicode 13.
  2. Update to Unicode 13 but keep EmojiOne on v2 (no Unicode 13 support).
  3. Update to Unicode 13 and place a notice about usage of EmojiOne for commercial usage.
  4. Update to Unicode 13 and drop EmojiOne.

Please tell me if I’m forgetting anything or you can think of another solution not mentioned above. Looking forward to your opinions.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tommoorcommented, May 18, 2020

It sounds like this update necessitates a breaking update as either Emojione is removed or it becomes JoyPixel. I do think there is value in keeping JoyPixel for OSS users and I don’t blame them for having a commercial license. There is a relatively clean way to achieve this:

  1. Major version bump
  2. Rename emojione -> joypixel
  3. Add a prop, something like commercialLicenseAcknowledged – if it isn’t set to true then the JoyPixel render component throws an error.

Thoughts?

0reactions
enzofereycommented, Aug 4, 2022

Hey @Geczy , I only see dependencies bumps and formatting changes on your fork, but please feel free to work in this issue if you like 😁 (and even better, open a PR so others can benefit from it !)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emoji-regex NPM - npm.io
Update emoji -test-regex-pattern as described in its repository. Bump the emoji-test-regex-pattern dependency to the latest version. Update the Unicode data ...
Read more >
Updating Buildkite for Emoji 4.0
Once again, the time has come to update some of the most critical of Buildkite's infrastructure — our emoji support! ✨.
Read more >
Actions · mathiasbynens/emoji-regex - GitHub
A regular expression to match all Emoji-only symbols as per the Unicode Standard. - Actions · mathiasbynens/emoji-regex.
Read more >
emoji-regex - npm
A regular expression to match all Emoji-only symbols as per the Unicode Standard.. Latest version: 10.2.1, last published: 3 months ago.
Read more >
remove unicode emoji using re in python - Stack Overflow
Of course, the regex is already out of date, as it doesn't cover Emoji defined in newer Unicode releases; it appears to cover...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found