jesses

Results 9 comments of jesses

Thanks for the fast reponse @Wilfred ! The issue is still there. I checked the way how the new crate is determining it and think it won't work that way...

I tinkered around a little and got a working version which is able to determine terminal sizes of any direct or transitive parent process and i hoped you could give...

It's possible to [check all three streams](https://github.com/eminence/terminal-size/blob/master/examples/get_size.rs) with terminal_size but it has to be done manually. Please note that [term_size](https://github.com/clap-rs/term_size-rs) is discontinued: > Maintenance status > This crate is no...

> Can you please provide the sample yaml that you were trying to read, I will try to reproduce the issue. Great! The yaml in the example from the initial...

Hi @rajkumarananthu > And as far as I understood this is what you want, you can use const version without changing the node structure and if you want to change...

I just found that it's a little unintuitive and doesn't fully match the documentation. What i was expecting was some sort of delay so that even a writable instance would...

Can confirm; neither term_size nor terminal_size are able to get the actual terminal size on Windows. any_terminal_size has not enough reputation but would work; see https://github.com/Wilfred/difftastic/pull/77

I can observe the same with VS 17.3.3 and AppSDK 1.1.3. As soon as i install _Microsoft.Graphics.Win2D_ i have to rebuild after every change or this error will be thown...

> NT UNC(\\?\) is designed to be used by Subsystems themselves and Drivers, not user mode programs. Hi. Can someone point me to the origin of this statement? Are there...