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
Since the recent changes, that uses --shapeshifter for the setup-util installers, as it cycles through the installers, it gets quite noisey due to delays in screen buffers. Before using --shapeshifter this noise was not noticeable before, as echo-revolving-door's clearing line approach was speedy enough that it wasn't noticeable.
The solution to this will be to detect installer applicability before the entire process of invoking and clearing for an installer.
This is a simple change, but will require a sizeable but simple refactor inside setup-util.
The text was updated successfully, but these errors were encountered:
Since the recent changes, that uses
--shapeshifter
for thesetup-util
installers, as it cycles through the installers, it gets quite noisey due to delays in screen buffers. Before using--shapeshifter
this noise was not noticeable before, asecho-revolving-door
's clearing line approach was speedy enough that it wasn't noticeable.The solution to this will be to detect installer applicability before the entire process of invoking and clearing for an installer.
This is a simple change, but will require a sizeable but simple refactor inside
setup-util
.The text was updated successfully, but these errors were encountered: