Akshay Narayan
Akshay Narayan
``` ➜ cargo tree | grep eyre ├── color-eyre v0.5.10 │ ├── eyre v0.6.3 ``` I have the following at the top of multiple tests: ``` color_eyre::install().unwrap_or_else(|_| ()); ``` This...
Thanks for your work on this script. On a pdf which has been rotated in the UI to landscape orientation, this script doesn't perform the corresponding rotation in the markup...
``` ❯ cargo tree | grep eyre │ ├── color-eyre v0.6.2 │ │ ├── eyre v0.6.8 ``` I have some code that looks roughly like this: ```rust loop { spin_poller().wrap_err(eyre!("error"))?;...