modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Check mark shows up as tofu #45

Closed otsaw closed 2 years ago

otsaw commented 2 years ago

This is not a big deal, but in the CLI training output, the check mark you're using shows up as tofu for me. I'm using the Cascadia Code font, which doesn't include that character. Maybe you could switch to the regular check mark Unicode 2713? That's in Cascadia Code and probably more common elsewhere too. (For what it's worth, I don't really like to see fancy characters in CLI output at all, but that seems to be a lost battle as it's more and more common.)

nitsky commented 2 years ago

Hey, I use a font that also does not include all emoji, and I was able to resolve my issue by adding an emoji specific font such as Noto Fonts Emoji. I sympathize with your desire for simple CLI output, but I agree it is a lost battle. We would prefer not to support a flag to disable emoji specifically, but you can turn off the fancy CLI output with --no-progress.