ascii-progress icon indicating copy to clipboard operation
ascii-progress copied to clipboard

🍓 Ascii progress-bar(s) in the terminal.

Results 22 ascii-progress issues
Sort by recently updated
recently updated
newest added

Greetings. I wasn't able to install this package because `get-cursor-position` fails to build. Logs: ``` yarn add v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh...

https://github.com/bubkoo/get-cursor-position/issues/10 error stack (this does not use nan) ![image](https://user-images.githubusercontent.com/4067115/67637512-50b2c280-f916-11e9-8107-bce49a689da4.png) consider an alternate module or help to fix `get-cursor-position`

There is a bug that when the bar is ticked it creates a new bar on a new line. I am using Windows 10 and node 8 PS C:\repo\unsorted\curl-uploader> node...

I've noticed that with any of the examples, but especially multi-bar ones, that **if I start typing** while the progress bars are moving, the console just gets filled with **uninterpreted...

I wanted to simulate showing the **progress of downloading hundreds of files** but **throttled to a small number of simultaneous downloads**, so I created a simple example: https://gist.github.com/erhhung/3b8bdcbac3004907acf28de40a1cf21a It seems...

Hi I used it under Mac OS 10.13.3 with node v9.5.0 When running it with a bigger amount of cycles it crashes after a while. This example code shows the...

on windows 10 you get PS C:\Repos\grazper.platform\grazper.platform.node> npm install ascii-progress ... ..\src\pos.cc(6): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory ...

I'm using Git BASH. Running `npm install ascii-progress` gives: ``` > [email protected] install C:\[REDACTED]\node_modules\ascii-progress\node_modules\get-cursor-position > node-gyp rebuild C:\[REDACTED]\node_modules\ascii-progress\node_modules\get-cursor-position>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild...

``` TypeError: Cannot read property 'row' of undefined at WriteStream. (/Users/.../node_modules/node-progress-bars/index.js:34:14) ``` This error is thrown when I have multiple iterations that exceeds the number of opened files allowed, `EMFILE`...

Running the given example shows this error on console. I am using ES6 and chrome for development