We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need a solution for emojiis to display on raspberry pi.
https://raspberrypi.stackexchange.com/questions/104181/colored-emojis-in-chromium failed, or I suck.
https://gist.github.com/alhafoudh/b27870eb92542d3da6453b1a64652089 failed, or I suck again.
There might be a need to add a fallback mechanism for systems that don't support emojis. but I want to figure this out.
The text was updated successfully, but these errors were encountered:
sudo apt install alacritty this worked on raspberry pi 4
Sorry, something went wrong.
ok, kinda worked...
We can use ascii and use the code like the following to set the colo:
return fmt.Sprintf("\033[38;5;2m%s\033[0m", text)
No branches or pull requests
need a solution for emojiis to display on raspberry pi.
https://raspberrypi.stackexchange.com/questions/104181/colored-emojis-in-chromium
failed, or I suck.
https://gist.github.com/alhafoudh/b27870eb92542d3da6453b1a64652089
failed, or I suck again.
There might be a need to add a fallback mechanism for systems that don't support emojis.
but I want to figure this out.
The text was updated successfully, but these errors were encountered: