typelevel/skunk

Add option to turn off emojis in exceptions

Open

#1 138 ouverte le 23 oct. 2024

Voir sur GitHub
 (3 commentaires) (4 réactions) (0 assignés)Scala (172 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 656 stars)
Métriques de merge PR
 (Merge moyen 20j 13h) (5 PRs mergées en 30 j)

Description

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.

Guide contributeur