Maxim Zhiburt

Results 278 comments of Maxim Zhiburt

Hello @songlinshu sorry for delay. But what functions do you mean? I went through the link but I've not actually find anything which I could imaging you meant. PS: Once...

> report designer ,Report designer included in the library allows to create fast and intuitive print form templates Could you show a screenshot or example of functions/usage you mean?

> It is a designer that can design styles, have data sources and style definitions and save toml files。 > It's enough to have the corresponding API So you basically...

I think it could be interesting. The only issue I see that it's **very** customizable. I mean as I see each element can be randomly put on the screen. Meaning...

> Hi,Is there an example of printing to the printer? Hi @songlinshu What do you mean by `printer` here?

> How to print tabled? something like this ```rust use tabled::{Tabled, Table}; #[derive(Tabled)] struct Language { name: &'static str, designed_by: &'static str, invented_year: usize, } let languages = vec![ Language{...

> Printing a tabled to printer (Print devices)。 Ahhh you mean to this? ![image](https://user-images.githubusercontent.com/20165848/198873374-d0c31455-2401-4673-9153-8f99643a3d01.png)

> Yes! So the idea you want to print 'tables' on A4 (for example) paper, using rust, right? That's interesting. It's clearly possible, I've never done it personally. I've tried...

Just to clarify; why it was not merged; As I remember there was no win; at least from just `ryan` usage. Maybe algorithms may need an adjustment for measurable difference.