-
I have configured push notification in my app and when my app in background and socket disconnected then I’ll receiving notification but onPushCall method not calling.
-
## What's going wrong?
If I send pm2 ls or pm2 describe the cpu and memory are not shown
## How could we reproduce this issue?
pm2 ls
## Supporting information
```
--- Daemon logs ---------…
-
Hi.
I am trying to get your app running. But it fails calling https://tranquil-sea-96599.herokuapp.com/yahoostockquery/"+[value] ... I assume a reverse proxy - but can you tell me what your heroku …
-
I got a vault which contains several sub-vaults. And I plan to enable git version control for that. Obsidian Git and this plugin were installed in root vault and working great. I was able to do backup…
-
I made a small app that can upload a text file calling a shell script.
https://github.com/antimodular/examples/tree/master/sftp_uploader
I was now hoping that my shell script calling can happen wh…
-
We recently started logging API errors to Sentry to track down some of the bugs that we might have overlooked and I noticed some errors being reported with the status of PARSING_ERROR. Looking into it…
-
I am new to this. Sorry is advance if my question is too naive.
PKCS11 Module is not correctly loaded into my App. Another module is correctly loaded. I need to check if issue is with module or App…
-
Hi,
Dr-Elephant is only fetching completed applications (filtered by SUCCEEDED or FAILED status).
Our spark streaming applications are always RUNNING non-stop (except for weekly restarts).
We wan…
-
The layout on macOS is different. Eclipse is bundled as a macOS app `Eclipse.app`. We have a symlink `eclipse ⇒ Eclipse.app/Contents/MacOS/eclipse` to the real binary within the app.
We use this to…
-
In cases where app was not launched successfully for example port being used, calling app.stop() method will crash.
simple to reproduce:
`crow::SimpleApp app;`
`app.stop();`