Vue-cli: Disable emojis not on mac

Created on 3 Jun 2018  路  4Comments  路  Source: vuejs/vue-cli

What problem does this feature solve?

Since emojis in the terminal not working out of the box in most of terminal emulators on linux and windows this results in ugly rectangles or poor glyphs instead of emojis. Also similar yarn issue: https://github.com/yarnpkg/yarn/issues/960
screenshot_20180603_170823
screenshot_20180603_170925

What does the proposed API look like?

This is not API, just platform based switch.

enhancement has PR

Most helpful comment

We could add a --no-emoji argument. Also maybe you can file bug reports to the terminal tools you use so they improve unicode emoji support. (I don't have this issue using either the default elementaryOS terminal nor Hyper).

All 4 comments

We could add a --no-emoji argument. Also maybe you can file bug reports to the terminal tools you use so they improve unicode emoji support. (I don't have this issue using either the default elementaryOS terminal nor Hyper).

My terminal already support this, but not with defaults. I can edit my font config and turn emojis on, but still result looks not as good as on mac
screenshot_20180603_222426
also doing this leads to some bugs with selecting text:
peek 2018-06-03 22-44

so adding --no-emoji would be great option.

You're not the first to assume emoji support is available everywhere, ember-cli recently removed the hamster alias as well.

It does not just look ugly, it crashed on libxft https://gitlab.freedesktop.org/xorg/lib/libxft/issues/6 specifically st that I am using here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghenry picture ghenry  路  40Comments

brunoseco picture brunoseco  路  35Comments

williamstar picture williamstar  路  79Comments

yyx990803 picture yyx990803  路  80Comments

light24bulbs picture light24bulbs  路  41Comments