Alexey Marunin

Results 9 issues of Alexey Marunin

Update lodash and inquirer

I think it can be useful don't throw exception for numbers (treating them as ms) ```js const timestring = require('timestring') const minutes = timestring(300000, 'm') console.log(minutes) // 5 ```

- added `logger` option. Developers can specify your own logger (like [pino](https://github.com/pinojs/pino), [bunyan](https://github.com/trentm/node-bunyan), [log4js-node](https://github.com/log4js-node/log4js-node), etc). Default - [console](https://developer.mozilla.org/ru/docs/Web/API/Console) - added events `polling_error`, `parse_error`, `webhook_error` - updated README

Hi, I'm trying run project during to README ``` /usr/src/app # npm run start > [email protected] start /usr/src/app > nodemon -w ./src -e ts ./src/bin/www --exec ts-node [nodemon] 1.12.1 [nodemon]...

Fixed bug with MongoDB running on Windows

Update lodash and xo libraries

Hi all) I think it would be useful to store action response (not only error) in payload on `metrics.trace.span.finish` event. And because of response can huge/confident this feature will turn...

enhancement
help wanted

**Bug description** I got exception on exporting model ``` Could not execute the SQL command. Message returned: ERROR: CREATE DATABASE cannot run inside a transaction block ``` **How to reproduce**...