The Wayback Machine - https://web.archive.org/web/20201224101827/https://github.com/topics/bugsnag
Skip to content
#

bugsnag

Here are 84 public repositories matching this topic...

MaxGabriel
MaxGabriel commented Jan 13, 2019

This isn't causing any particular problems for me, but I noticed the other day that the library declares two orphan ToJSON instances

instance ToJSON ByteString where
    toJSON = String . decodeUtf8

instance ToJSON a => ToJSON (CI a) where
    toJSON = toJSON . CI.original

I'm not overly opposed to orphans, but the ByteString one seems really presumptuous given that a

Improve this page

Add a description, image, and links to the bugsnag topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bugsnag topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.