notifications
Here are 3,508 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Ruby
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Jul 5, 2022 - JavaScript
The (still undocumented) feature is great for our purpose, but can you add the same functionality to the post-update hook (in the same manner, of course)?
I have added a script to the post-update to check the database-version. If they not match, the script returns exit 1. It would be great if the post-update hook could log a error- or warning-message, so the slack-notification gets a message (l
-
Updated
Jun 22, 2022 - JavaScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Feb 8, 2022 - Objective-C
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Feb 23, 2018 - Objective-C
Describe the bug
When a user is invited to a organization multiple bugs occur:
- After creating account (settings password and name), user is showed the "active session" error instead of redirecting to dashboard
- User is required to create a own organization
- User cannot access the invited organization, because the user is now in own organization
To Reproduce
Steps to reproduce t
-
Updated
Jul 7, 2022 - Python
-
Updated
May 24, 2022 - Python
-
Updated
Jul 8, 2022 - Ruby
-
Updated
Jul 7, 2022 - CoffeeScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Jun 27, 2020 - Swift
Hi,
When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).
I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me
-
Updated
Jul 3, 2022 - C#
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Apr 18, 2022 - Go
I am attempting to parse an array.
{
"servers": [
{
"servername": "server1",
"serveractiveconn": 0,
"servertotalconn": 20,
"serverconnections": [],
"serverssl": 1,
"serversslinfo": "",
"serveractive": true,
"servererror": "",
"serverpriority": 0,
"serveroptional": 0,
"serverbps": "0 "
},
{
Improve this page
Add a description, image, and links to the notifications topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notifications topic, visit your repo's landing page and select "manage topics."
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?