Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote strings made by convert-to-emojipack #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jackellenberger
Copy link
Contributor

  • We have some weird emoji, for example :-: and :null:.

screen shot 2018-08-24 at 3 40 03 pm

  • This confuses yaml parsers immensely, and the easy solution is just to
    quote strings that are reserve words for node or yaml.
Uploading n with https://emoji.slack-edge.com/T3T9KQULR/n/38898911c5291054.png
Aliasing  to n
(node:15993) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: form-data: Arrays
are not supported.
  • This change quotes all emoji names and aliases when generating an
    emoji yaml to avoid those issues

@adambullmer

* We have some weird emoji, for example :-: and :null:.
* This confuses yaml parsers immensely, and the easy solution is just to
quote strings that are reserve words for node or yaml.
* This change quotes all emoji names and aliases when generating an
emoji yaml to avoid those issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant