Daniel Lando

Results 108 issues of Daniel Lando

Hi, I have just published `influx-backup`, an npm module that allows to backup/restore influxdb databases. Any feedback is welcome. Check it here --> https://www.npmjs.com/package/influx-backup

I'm looking for a way to proxy requests using bent. With request it was working like: ``` var request = require('request'); app.use('/api', function(req, res) { var url = apiUrl +...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature Test To Be Requested Add some examples using nestjs bull queue

enhancement

Hi, I would like to log errors to stderr and everything else to stdout. I know I could archieve this in multiple ways (using transports or multi stream) BTW that...

Ref: https://github.com/zwave-js/zwavejs2mqtt/issues/1324

linux
Workaround

This enables you to fork a process with run time arguments, for instance --max_old_space_size=1024. This is an old fix by @bergheim. Never submitted a PR for it Fixes #459 Fixes...

Ref #1291 To run test: `FLAVOR=test-00-esm npm test`

This can easily be done using `PKG_BABEL_PLUGINS` env var

Reproduce failing test: ``` npx mocha -g "should not resubscribe when reconnecting if suback is error" test/client.js ``` Seems the same happens with mqtt-packet@7 Error ``` 1) MqttClient auto reconnect...