I'd love to modify the output that Bundler produces.
It's currently hard to know what Bundler is doing since it produces so much output, and we end up with a perception problem where people think that Bundler is slow.
It would be nice to clearly display what's Bundler waiting on (e.g. compiling native extensions), show progress with bars and spinners. I think UI in tooling is now important and sparks joy amongst users. It will also be helpful to surface how long the overall bundle install process toook and have a breakdown (resolution time,download,extraction,compilation)
I'd love to modify the output that Bundler produces.
It's currently hard to know what Bundler is doing since it produces so much output, and we end up with a perception problem where people think that Bundler is slow.
It would be nice to clearly display what's Bundler waiting on (e.g. compiling native extensions), show progress with bars and spinners. I think UI in tooling is now important and sparks joy amongst users. It will also be helpful to surface how long the overall
bundle installprocess toook and have a breakdown (resolution time,download,extraction,compilation)