Arman Yeghiazaryan
Arman Yeghiazaryan
Hi @Dolaned, this might be a late response, anyway, What you're looking for is most likely the following topic in the README: https://github.com/tlaverdure/laravel-echo-server#dotenv If a `.env` file is found in...
Here is the workaround for you. **How to make .tar.gz backup:** ```javascript const backup = require('mongodb-backup'); const {exec} = require('child_process'); const tarFileName = 'backup.tar'; backup({ uri: 'mongodb://localhost:27017/test', root: __dirname, tar:...
**The solution:** Add the following parameters in **package.json** file: ``` "engines": { "node": "10.17.0" }, "engineStrict" : true, ``` **The root cause:** Basically Heroku is trying to use Node.js v12...
@elan, sounds better solution, here is much-simplified version: ``` "engines": { "node": "^10" }, "engineStrict" : true, ``` it would match only 10th version.
@brian-armstrong, may I ask your attention here, I've created a PR for this issue that allows downloading transmissions in ".wav" format: https://github.com/quiet/quiet-js/pull/41 @carlosguedes, @trghauri, @yaroslav-perec FYI.
Hey @aFarkas, any updates on this?
what's the point of those bots that keep closing issues, why they've been implemented, to begin with? the "reopen" option is not available as well.
@krisnova, most probably it's a late reply, I've looked up, both in the API documentation and in the source code of the SDK it is not described how to get...