Skip to content
New issue

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

Support TTY-only mode #23

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Support TTY-only mode #23

merged 2 commits into from
Nov 19, 2024

Conversation

414owen
Copy link
Contributor

@414owen 414owen commented Nov 11, 2024

Closes #14

Happy to hear any suggestions.

@clitic
Copy link
Owner

clitic commented Nov 11, 2024

Thanks for pr I will review it soon.

@clitic
Copy link
Owner

clitic commented Nov 11, 2024

@414owen Can you also fix the examples.

@414owen
Copy link
Contributor Author

414owen commented Nov 13, 2024

@clitic Unfortunately, when building the examples, I get a bunch of linker errors:

          /home/owen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.21.2/src/exceptions.rs:305:(.text._ZN88_$LT$pyo3..exceptions..PyUnicodeDecodeError$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$15type_object_raw28_$u7b$$u7b$closure$u7d$$u7d$17h711f465aa962eedfE+0x8): undefined reference to `PyExc_UnicodeDecodeError'

@clitic clitic merged commit dd753d4 into clitic:main Nov 19, 2024
1 check failed
@414owen
Copy link
Contributor Author

414owen commented Nov 19, 2024

Thanks @clitic .

Any chance of a push to crates.io?

@clitic
Copy link
Owner

clitic commented Nov 23, 2024

@414owen uploaded to crates.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for writing to /dev/tty
2 participants