oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.16k stars 2.68k forks source link

Missing progress bar text in `bun install` when installing git dependencies #2601

Open Jarred-Sumner opened 1 year ago

Jarred-Sumner commented 1 year ago

Repro:

bun install uNetworking/uWebSockets.js#v20.19.0
image
yollotltamayo commented 1 year ago

Hi @Jarred-Sumner, I'd like to take on this if it's possible.

If so, I would greatly appreciate it if you could provide some guidance on how to get started. Thank you.

AndrewJGregory commented 1 year ago

@yollotltamayo have you started working on this?

dotdot0 commented 1 year ago

Can anyone guide me on this one ??

lucafanselau commented 1 year ago

Hi, wanted to start on this, but it seems like it is already fixed in main, right ?

Kishlay-notabot commented 10 months ago

can anyone explain how do the in terminal progress bars, or any progress bar tracks the progress of a specific task being currently performed, In order to properly calculate the completion, the function should know the delta of the initial state and end state of the task. How are the values pre-feeded? And what are the parameters? Total file size after completion? or other concrete value parameters ?