typelevel/skunk

Add option to turn off emojis in exceptions

Open

#1,138 opened on Oct 23, 2024

View on GitHub
 (3 comments) (4 reactions) (0 assignees)Scala (172 forks)batch import
good first issue

Repository metrics

Stars
 (1,656 stars)
PR merge metrics
 (Avg merge 20d 13h) (5 merged PRs in 30d)

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.

Contributor guide