Dhaval chaudhary
Dhaval chaudhary
It contains breaking changes for APN option users.
Hi, I have added Mongo db support for rate limiter. This one was much needed feature as you can see multiple request has been raised in the issues section to...
I was reading article and found out [this article](https://www.hivemq.com/blog/mqtt-client-load-balancing-with-shared-subscriptions/) Can it be done in this package ? Or is there any other way we can achieve such scenario?
//registering jobs const regJobToProcess = (job) => { let job = agenda.create(job.type, job); job.schedule('now'); job.priority(notification.priority || 'low'); job.save(); }; setTimeout(() => { regJobToProcess({ type: 'PROCESS_SMS_OTP', priority: 'low', data: 1 });...
Cordova plugin version bump
Thank you for great package. I needed some help on moonphase. from function suncalc.getMoonIllumination(date) i am getting values like 0.4945656646 how to map them to values you have provided in...
``` => Errors while adding packages: While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by blaze 3.0.0. Constraints on package "blaze": * [email protected]
### Platforms affected IOS ### Motivation and Context It addresses the reload issue resulting in a white screen on IOS ([Meteor framework](https://www.meteor.com/) ) ### Description https://github.com/apache/cordova-ios/pull/1235 This is a fork...