failable

Results 188 comments of failable

I'm using `cargo run` but noting is printed to the terminal. The issue happens when I start to scroll the window.

Hello, > is your system running on an intel or apple chip? Intel. > which rust version are you on? `rustc 1.79.0 (129f3b996 2024-06-10)`. > by any chance, is this...

Same issue especially when using `helix` in terminal.

Maybe a dumb question, is untagged enum supported for integers? The below snippet always fails when port is `u16` but works if it's `String`. ``` AAA__A__PORT=1000 ``` ``` use config::Config...