typelevel/skunk

Add option to turn off emojis in exceptions

Open

#1.138 geöffnet am 23. Okt. 2024

Auf GitHub ansehen
 (3 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Scala (172 Forks)batch import
good first issue

Repository-Metriken

Stars
 (1.656 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 13h) (5 gemergte PRs in 30 T)

Beschreibung

The flood of đŸ”„ emojis looks cool and definitely draws attention when you hit an issue in local development, but it's not well supported in all CI systems, and certainly not in all logging systems. There should be a way to tweak this behavior, perhaps even with sane defaults such as disabling the fires when CI=1 or based on some terminal variables.

Contributor Guide