This is a fork of the core notifications package that adds a few new features.
Prevent a notification from auto closing by clicking on the notification or hover over the notification when it would close.
See how many notifications are in the log.
Set the timeout
option when adding a notification to override the default timeout.
Disable certain popup notifications when you don't want to be disturbed.
Disable sending requests automatically to GitHub API for fatal errors.
Always dismiss notifications after the timeout.
Notifications are available for use in your Atom packages via the atom.notifications
NotificationManager
object. See
https://atom.io/docs/api/latest/NotificationManager and https://atom.io/docs/api/latest/Notification for documentation.