Louis Maddox
Louis Maddox
## Bat vivisection Looked into it so as to be more precise about what we are discussing: Click to show code walkthrough - `src/controller.rs` has the control over the printer...
Ah! I've just found there was an abandoned PR with the same discussion! - #2983 From the comment there it sounds like it in fact is the preference to retain...
> i've also recently encountered this issue of style options (`--style=header-filename` in my case) not being passed when piping to another program. while asking an LLM for workarounds it informed...
Reading about it more, and for reference: - The "full pattern set" is what git uses when **not in cone mode** and this is identical to .gitignore syntax, hence why...
Sorry to leave this hanging, been interviewing and it's taken over my time something awful! Thanks for the ping let me bump this back onto my schedule
In case it’s not on your radars here, the [pyo3-bytes](https://crates.io/crates/pyo3-bytes) crate does this zero-copy (used by the `pyo3-object_store` cloud IO crate, and from the same repo). The approach @davidhewitt suggests...
Most welcome, no worries! 😃
Thanks for reviewing Martin, gotten sidetracked in a CI fixing rabbit hole this week I've thankfully emerged and can return to revisit this! > Please ping me when I should...
Oh snap I’m sorry, yeah let me take a look…
Updated now with the ability to specify just a single file (and ran the linter, sorry I missed that last time) Some TODOs: - [x] Test for grabbing all files...