push
Here are 517 public repositories matching this topic...
Noty version: ..... 3.2.0-beta
Browser: ..... Google Chrome Version 78.0.3904.108 (Official Build) (64-bit)
OS: ..... Windows 10 home
jsFiddle link (if available): https://jsfiddle.net/howardb1/7cmhjtL1/
Instead of showing the newly created noty with a .show() method call immediately after executing the creation statement, I assign the new noty resu
-
Updated
May 22, 2020 - C++
I am using this code directly from the documentation. However is not not working, since I am getting:
ERROR: unrecognized configuration parameter "stream_targets"
CREATE FOREIGN TABLE stream (x integer, y integer) SERVER pipelinedb;
CREATE VIEW v0 AS SELECT COUNT(*) FROM stream;
CREATE VIEW v1 AS SELECT COUNT(*)
With docker, if you set the env variable DEBUG=1 or force the container to start with the -d parameter the logs are not so verbose.
Is there another variable/option to use or is it really an issue?
-
Updated
Jul 23, 2018 - Java
-
Updated
May 12, 2020 - JavaScript
Document a multipart request/response example.
Hi,
I successfully install React Native One Signal on my iOS. I’m very glad about it, because docs was very good to follow.
My badge count is normally on new push notification.
But I found that my push (remote) notification do not increase badge when badge is already set by local notification.
Instead, it reset it to 1 then increase only IF another push (remote) notification is received.
I find it rather surprising that the facade sends each message to every device instead of treating the input as a list of pairs.
I suggest that this is explicitly stated in the documentation. Or the code could be changed.
Also the response array is somewhat buggy: It only contains the last response for each token.
I'm submitting a...
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/f
As interface shows below:
/**
* <p>
* Send batch messages to server.
*
* @param messages messages to be sent.
*/
void send(List<Message> messages);
This API can lead to multiple behaviors, such as sending to multiple partitions, or the same partition, so how should we define the behavior of this method?
And this issue exists in many places, suc
-
Updated
Jun 3, 2020 - Java
-
Updated
Dec 17, 2019 - Java
-
Updated
Jun 10, 2020 - Shell
-
Updated
Mar 27, 2020 - Objective-C
Some of our Kotlin code currently defines a custom helper method on glean's TimingDistribution metric to make to make it easier to measure the execution of a closure, e.g. this definition in this logins c
-
Updated
Mar 1, 2019
cc @gauntface
Type of Issue
Is this an issue with the demos, the content or is this a content request?
Demo for Notification Examples throws a javascript exception.
Uncaught (in promise) ReferenceError: displayNoPermissionError is not defined at Promise.then (notification-examples.js:630). Looking into `https://github.com/gauntface/web-push-book/blob/master/src/demos/notification-e
-
Updated
Jan 7, 2017 - Swift
-
Updated
Nov 12, 2019 - Java
Improve this page
Add a description, image, and links to the push topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the push topic, visit your repo's landing page and select "manage topics."
The promise already says whether it's accepted or rejected, I'd expect an invocation that doesn't necessarily raise an exception when permission is denied.