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
With the Windows installer, we now call unpack_assessment_zip as part of the installation process. It's output is displayed on a console, but it's really minimal (Unpacking...) and can take a long time. Some users will undoubtedly think that it is hung, and inadvertently cancel it, resulting in a failed installation. So let's give it better output -- some kind of progress bar. Something that will quell the rising panic in our user's throats.
The text was updated successfully, but these errors were encountered:
On
develop
:With the Windows installer, we now call
unpack_assessment_zip
as part of the installation process. It's output is displayed on a console, but it's really minimal (Unpacking...
) and can take a long time. Some users will undoubtedly think that it is hung, and inadvertently cancel it, resulting in a failed installation. So let's give it better output -- some kind of progress bar. Something that will quell the rising panic in our user's throats.The text was updated successfully, but these errors were encountered: