notifications
Here are 3,500 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Ruby
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Jul 4, 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 3, 2022 - Python
-
Updated
Jun 19, 2022 - TypeScript
-
Updated
Jul 3, 2022 - Go
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Feb 23, 2018 - Objective-C
Why?
Currently, when running pnpm install using node v18, an error is thrown during installation.
How?
Updating the relevant dependencies to support v18 usage
<img width="1027" alt="CleanShot 2022-07-
-
Updated
Jul 3, 2022 - Python
-
Updated
May 24, 2022 - Python
-
Updated
Jul 4, 2022 - Ruby
-
Updated
Jun 20, 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?