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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
I know this is probably not in your expected use cases, but I'm using Promptastic in Cygwin, which uses a stripped-down version of the ps command that doesn't have a -o option. As a result, the ps command in sysinfo.py: line 19 generates errors that appear every time a new prompt is displayed. It's only an annoyance, so I'd understand if this is low priority, but the fix seems like it would be simple. Just redirect stderr to /dev/null temporarily, perhaps?
In any case, I hope you might alter the relevant code to handle this case. If you need any further information on this issue, I'll be happy to respond.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know this is probably not in your expected use cases, but I'm using Promptastic in Cygwin, which uses a stripped-down version of the ps command that doesn't have a -o option. As a result, the ps command in sysinfo.py: line 19 generates errors that appear every time a new prompt is displayed. It's only an annoyance, so I'd understand if this is low priority, but the fix seems like it would be simple. Just redirect stderr to /dev/null temporarily, perhaps?
In any case, I hope you might alter the relevant code to handle this case. If you need any further information on this issue, I'll be happy to respond.
The text was updated successfully, but these errors were encountered: