boom icon indicating copy to clipboard operation
boom copied to clipboard

Exception notification for plug based applications https://hex.pm/packages/boom_notifier

Results 5 boom issues
Sort by recently updated
recently updated
newest added

This PR aims to implement the ability to manually send an exception. It's a first try so feel free to discuss / suggest whatever you want. Actually, there are a...

### How to reproduce it: Try to render a template that does not exist in a controller: `render(conn, "index-does-not-exists.html")` ### Actual result: Email subject is being set as: ``` BOOM...

enhancement

I think having a [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol) based notifier could be a great addition for some projects that interface with IoT devices. What do y'all think? #### Idea background While working on...