almarklein / mypaas

Run your own PaaS using Docker, Traefik, and great analytics
BSD 2-Clause "Simplified" License
382 stars 16 forks source link

Minor updates of printing to improve UX, Updating Traefik #40

Open hydroid7 opened 1 year ago

hydroid7 commented 1 year ago

Changes:

almarklein commented 7 months ago

Instead of adding rich as a dependency, just to print a few emojis, let's just add in the emojis directly (its just unicode, you can copy-paste them in the messages in the source).

>>> import rich
>>> rich.print(":x::information_source::heavy_check_mark:")
❌ℹ✔
hydroid7 commented 7 months ago

Indeed, that's a great idea!