Dhiraj Arun
Dhiraj Arun
> > what kind of program? @2024-SANDHYA > > Any update on this @DhrjArun Since you didn't reply, I thought of dropping this idea for sometimes. @2024-SANDHYA
> > > > what kind of program? @2024-SANDHYA > > > > > > > > > Any update on this @DhrjArun > > > > > > Since...
> > > > > > what kind of program? @2024-SANDHYA > > > > > > > > > > > > > > > Any update on this...
Hey @2024-SANDHYA, I have designed some pages on figma, I've sent you the link to see. But something has come up and I've to go somewhere so I can't work...
Hi @archiewood I would like to implement this.
> Hey @dhrjarun sounds great! > > We're open to PRs, hopefully [this document](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md) gives a bit of context on how to go about this. > > In terms of...
Ok then I'll go for single series, later if multi series is needed we can implement that.
I have done some research on how to implement this. For **winodws**, `windows_sys` crate provide [`GetConsoleScreenBufferInfo`](https://docs.rs/windows-sys/latest/windows_sys/Win32/System/Console/fn.GetConsoleScreenBufferInfo.html) method which takes `HANDLE` For **unix** `rustix` crate provide [`tcgetwinsize`](https://docs.rs/rustix/latest/rustix/termios/fn.tcgetwinsize.html) method which takes [Fd...
> @DhrjArun FYI we already such logic in our code base, but it's internal to our diagnostics. > > https://github.com/rome/tools/blob/main/crates/rome_diagnostics/src/v2/display.rs#L58-L176 > > An interesting refactor might be to make it...
> @ematipico `CountWidth` struct counts the width of content in the header. Everytime `write_str` method is called it takes content and increases its width value. let's say width is 50,...