pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.7k stars 143 forks source link

Replace '#' symbol in all logos to '█' #352

Closed andrew-lub closed 2 years ago

andrew-lub commented 3 years ago

Description

I think the logo will be much more readable in terminal with the symbol I provided. So now we have: image

And after the change it will be like: image

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
andrew-lub commented 3 years ago

@Jwomers, could you please take a look?

yeisonvargasf commented 2 years ago

Hi @andrew-lub , thanks for reporting this issue and for your nice work on the #355 PR, sadly, a time ago, we decided to use only "ASCII printable characters" in the human readable output, due to compatibility issues (see #119) and there was a PR to remove all non "ASCII printable characters" before (see #293)

Thank you again for your effort!, I'm going to close this issue and the PR, feel free to write in this issue, if you consider another way to make the same change without compatibility issues.