We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even reading from stdin is handled as one big blob:
xpra/xpra/client/base/command.py
Lines 586 to 598 in 1bff4bc
See also #2990, #3329
The text was updated successfully, but these errors were encountered:
TODO moved to issue #4308
a36bfd4
No branches or pull requests
Even reading from stdin is handled as one big blob:
xpra/xpra/client/base/command.py
Lines 586 to 598 in 1bff4bc
Instead, we should be using Gio.InputStream instead.
See also #2990, #3329
The text was updated successfully, but these errors were encountered: