Luca Trevisani
Luca Trevisani
I confirm this issue on Arch Linux, `bat 0.20.0 (0655ecf2)`.
I confirm this issue is still open as of `bat 0.20.0 (0655ecf2)`.
@NHDaly you could try to go back in history with `git` to find out which commit introduced the issue.
That's the stable version included by default in Cmder. I now tried with the preview version 220418, and then with the latest alpha version 220807, and they all behave the...
I support this feature request, so I report here my proposal specification for serialization of structs and maps. In order for a struct or map to be serializable to CSV,...
Here is my use case description. I'm implementing a plotting library (which I plan to publish on `crates.io`) which relies on the following data model: ```rust use serde::{Serialize, Serializer}; use...
For my use case, I came up with the following implementation: ```rust let mut wtr = csv::Writer::from_writer(io::stdout()); let keys: Vec = self.datavars.keys().collect(); let datavars: Vec = self .datavars .values() .map(|v|...
`cargo` is Rust’s build system and package manager, while `rustc` is the compiler. You may use `rustc` directly to compile a single file, but developers definitely use `cargo` to build...
I'm also using `bat 0.20.0`, but I confirm the issue on Arch Linux. I run `nu` manually from `bash`, but I do not think this can have an effect. I've...
I add some thoughts to this issue. The main problem is that `antigen bundle