multi-progress-bars icon indicating copy to clipboard operation
multi-progress-bars copied to clipboard

A multi progress bar library for CLI, with support for indefinite task spinners

Results 7 multi-progress-bars issues
Sort by recently updated
recently updated
newest added

I integrated the lib successfully and now I want to write unit tests for it. Are there any examples on how to do it?

While trying to integrate, i discovered that readme quickstart example is probably still form V3 where barTransformFn was not a thing

Due to the `"type": "commonjs"` in the package.json, webpack will assume that any `.js` file is in CommonJS module format. We can address this by instead using `.mjs` for ESModule...

## Observed Error ``` [WEBPACK] ERROR in ./node_modules/multi-progress-bars/dist/multi-progress-bars.es.js 1:0 [WEBPACK] Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (1:0) ``` This is due to having a...

Right now with version `4.2.0`, importing `multi-progress-bars` into a project using ES modules fails like this: ``` file:///....../node_modules/multi-progress-bars/dist/multi-progress-bars.mjs:1 import { green } from 'chalk'; ^^^^^ SyntaxError: Named export 'green' not...

Not sure what causes it to happen, but it will start to download a video and go through the entire process, then freeze when doing the ffmpeg info. It's somehow...