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
I've noticed this behavior in both iTerm and Alacritty on macOS: sometimes pip-audit's spinner will render once per line, rather than sticking to the same line.
Here's the buggy behavior on Alacritty:
and iTerm 2:
and here is is working correctly in Terminal.app:
I'm not really sure what's up with this: it only seems to happen when pip-audit is used with a requirements source rather than an environmental source, so it might be caused either by something we're printing differently for that source or by the slower steps in between actions. Needs debugging.
The text was updated successfully, but these errors were encountered:
I've noticed this behavior in both iTerm and Alacritty on macOS: sometimes
pip-audit
's spinner will render once per line, rather than sticking to the same line.Here's the buggy behavior on Alacritty:
and iTerm 2:
and here is is working correctly in Terminal.app:
I'm not really sure what's up with this: it only seems to happen when
pip-audit
is used with a requirements source rather than an environmental source, so it might be caused either by something we're printing differently for that source or by the slower steps in between actions. Needs debugging.The text was updated successfully, but these errors were encountered: