push
Here are 525 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
Jul 9, 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
Jul 7, 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.
When is the FCM HTTP v1 API supported?
url: https://firebase.google.com/docs/cloud-messaging/server?authuser=0#choose
Example:
curl -X POST -H "Authorization: Bearer ya29.ElqKBGN2Ri_Uz...HnS_uNreA" -H "Content-Type: application/json" -d '{
"notification": {
"title": "FCM Message",
"body": "This is a Firebase Cloud Messaging Topic Message!",
},
"topic" : "foo-bar"
}'
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
Jul 1, 2020 - Java
-
Updated
Dec 17, 2019 - Java
-
Updated
Jul 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
Jul 1, 2020 - 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.