Joel Parker Henderson

Results 65 comments of Joel Parker Henderson

Yes. Termion succeeds with stdin, but crashes with stdout pipe. Pseudocode example: ``` $ echo "foo" | myapp hello world $ echo "foo" | myapp | grep "h" (crash) ```...

Thanks, this is excellent! I'm just seeing this update now-- I will add it as soon as time permits. Much obliged!

I wrote a pull request to help with this: https://github.com/diesel-rs/diesel-dynamic-schema/pull/9

Thanks! Lots for me to learn here. I'm able to take a look on Monday/Tuesday.

Thanks! You're on the right path. When you're ready to merge, let me know.

Thank you. Same symptom happens in the Crossterm examples. I've edited the top post to emphasize that the symptom involves "echo". Reproduce: ``` git clone [email protected]:crossterm-rs/crossterm.git cd crossterm/examples/interactive-demo cargo build...

Thank you for the fast info-- that is very helpful to know. Feel free to close this issue because it's already a known issue.

Neat! This is the first time someone's doing this. Good initiative Sure, go for it. For your PR, can you also add an description of how & when you use...

@phdru What do you feel is a better name?

Ha! Yes you're right. Perhaps brainstorm the purpose? Yes I worked with Martin for a bit. My team had this... The four hard things concurrency in computer science are naming...