You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only show "Installing n packages" when n > 1. (#130)
If there are zero packages to install, show nothing. If there is only
one package, then there is no need to provide an indication of how
long it will take.
Limit threads (#127)
* moving
* test
* fix?
* whoops
* limitThreads all the things
* addressed reviews, still need to ttest
* removed two more formatting changes
* forgot to rename argument to jobs
* signalQSem
* should use bracket_, removed the styling changes again
* couple of extra spacing causing noise in the diff
* and one more