Here are
1,373 public repositories
matching this topic...
React notification made easy 🚀 !
Updated
Sep 25, 2021
TypeScript
🔔 a clean and simple notification, input, and selection suite for javascript, with no dependencies
Updated
Oct 9, 2020
JavaScript
SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
Updated
Sep 10, 2021
Swift
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
Updated
Oct 10, 2021
JavaScript
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission. Support SwiftUI.
Updated
Oct 1, 2021
Swift
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
Updated
Oct 1, 2021
Kotlin
🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
Updated
Oct 5, 2021
JavaScript
A Node.js library to send all kinds of transactional notifications.
Updated
Jun 29, 2021
JavaScript
Notify.js - A simple, versatile notification library
🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
Updated
Aug 11, 2021
JavaScript
A simple alert to notify users about new chat messages, something went wrong or everything is ok.
Updated
Sep 20, 2021
JavaScript
GitHub notifications alike app for Django
Updated
Aug 20, 2021
Python
📮 A simple and customizable React notifications system
Updated
Oct 12, 2021
TypeScript
A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
Updated
Aug 2, 2020
AppleScript
📢 JS achieve the browser title flashing, scrolling, voice prompts, Chrome/Safari/FireFox/IE notice. has no dependencies. It not interfere with any JavaScript libraries or frameworks. has a reasonable footprint 5.05kb (gzipped: 1.75kb)
Updated
Aug 10, 2021
JavaScript
Updated
Jul 25, 2021
Java
Updated
Sep 21, 2021
TypeScript
😎 🍒 React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.
Updated
Oct 6, 2021
TypeScript
A very powerful iOS message notifications and AlertView extensions. It can be easily realized from the top of the screen, the bottom of the screen and the middle of the screen pops up a notification. You can easily customize the pop-up View.
Updated
Jun 2, 2018
Objective-C
Fast and simple in-app notifications for React Native
Updated
Sep 21, 2021
TypeScript
A really easy to use flutter toast library
Updated
Jul 23, 2021
Dart
Get SQL Server notification on record table change
Sends notifications via one or more channels (email, SMS, ...).
微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.
Integrated user activity notifications for Ruby on Rails
Updated
Apr 18, 2021
Ruby
iOS事件总线,支持AppDelegate解耦,支持基于响应链的局部总线
Updated
Dec 14, 2020
Objective-C
fileboy,文件变更监听通知工具,使用 Go 编写。Fileboy, File Change Monitoring Notification Tool, written with Go.
🛎 Notifications Center engine like GitHub or other application for any Rails applications.
A Flutter package that builds a list view and notifies when the widgets are on screen.
Improve this page
Add a description, image, and links to the
notification
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
notification
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This one...
https://github.com/Icinga/icinga2/blob/826f999c47270f344b93ac6f30bed2abf5fbd8e2/lib/icingadb/redisconnection.hpp#L167-L168
... orders its items by priority (
std::map<QueryPriority,) and then by insertion order (std::queue<WriteQueueItem>).Replace it with a
std::priority_queue<WriteQueueItem>. AdjustWriteQueueItemand the usages ofWritesas needed.