ajouve

Results 14 issues of ajouve

I have created a mongodb replicaset on kubernetes. This is the result of `rs.status()` : ``` { "set" : "rs0", "date" : ISODate("2019-06-12T18:12:50.606Z"), "myState" : 1, "term" : NumberLong(2), "syncingTo"...

**Description:** On iPhone and android, just after accepting the notifications from the popup `OneSignal.promptForPushNotificationsWithUserResponse();` I have the attached notification ![IMG_9294](https://user-images.githubusercontent.com/2337492/183598659-01f30b8f-3fd0-413d-9263-6b605188a813.JPG) **Environment** "react": "18.0.0", "react-native": "0.69.3", "react-native-onesignal": "^4.4.0", Issue on iOS...

Hi, Is there any way to automaticly push daily backups on git ? Thanks

## Versions - NodeJS: 16 - mongodb-memory-server-*: 8.9.1 - mongodb(the binary version): default and 6.0.1 - system: docker node:16 package: mongo-memory-server ## What is the Problem? Db not booting on...

bug

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

area: examples

### How can we help? Hello, I have the exact same error for some of my users https://github.com/OneSignal/react-native-onesignal/issues/1449 I tried to do something like that to prevent it ``` export...

Hi, I am trying to run this code ``` webshot(Hi, {siteType: 'html', shotSize: {height: 'all'}}, (err, stream) => { stream.on('data', data => { console.log(data); }) stream.on('end', () => { console.log('end');...

I have the following code ```js text2png('Create png image\nfrom multi-line text!', {output: 'stream', font: '14px sans-serif', textColor: '#7a7a7a', padding: 10}) ``` And the output is ![test](https://user-images.githubusercontent.com/2337492/42624922-d078715a-85c6-11e8-92d0-e476c6344c87.png) Thanks for the help

Hi, I am trying to upload a file of 116MB into a local ftp server. ```javascript const FTP = require('ftp'); const fs = require('fs') const config = require('./config') const ftp...

### What happened? I had kubernetes dashboard 2.7 and I would like to replace it for the latest version so I ran ``` kubectl delete -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml ``` The output...

kind/bug