srid/neuron

Use emojis only if terminal supports it

srid opened this issue · 2 comments

srid commented

This is an extension of #555

On GitHub actions, we see emojis getting replaced with question marks, which is obviously useless and confusing.

image

https://github.com/srid/neuron-template/runs/1962405074

We should display error/warn/etc. markers in absence of emojis.

I noticed that emojis worked fine in GitHub actions before the build was dockerized: https://github.com/srid/neuron-template/runs/1942559665?check_suite_focus=true
And starting with "Build using docker", there are only question marks: https://github.com/srid/neuron-template/runs/1962405074?check_suite_focus=true
So this may as well be a dockerization issue, e.g. wrong or absent LANG setup in Dockerfile.

srid commented

Closing per https://neuron.zettel.page/next ... to further discuss this idea, post in Emanote repo.