nospam3089

Results 4 issues of nospam3089

The low-maintenance state of this crate is great, but here comes a suggestion for a somewhat disruptive design change which might be worth considering. One can argue it made more...

Attempting to run: ```rust use nix::sys::termios::{tcgetattr, tcsetattr}; fn main() { let tty_in = std::io::stdin(); let original_mode = tcgetattr(&tty_in).unwrap(); println!("tcgetattr(): {original_mode:?}"); println!("c_iflag: {}", libc::BRKINT | libc::IGNPAR | libc::ICRNL | libc::IXON |...

A-bug

[README.md](https://github.com/http-rs/tide/blob/main/README.md) lists https://discord.gg/x2gKzst as a Chat link for this project. After jumping through all the hoops and loops of creating an account with discord, including verifying ones email address and...

This is similar to #12 and #27, but different enough to mandate its own ticket. Consider the following script `md2adf.js` taking _markdown_ on stdin and giving _adf_ on stdout. I.e....