Swarnim Arun
Swarnim Arun
### Feature/Goal Provide checksums in manifests for all downloadable urls. Eg, ```json "binaries": { "aarch64-apple-darwin": { "url": "https://github.com/binary/bin/release/download/.../binary_mac", "checksum": "835acc0ae8636450bb69b257d56fbb4160d84bcf" }, "arm-linux-gnu": { "url": "https://github.com/binary/bin/release/download/.../binary_linux", "checksum": "4452d71687b6bc2c9389c3349fdc17fbd73b833b" } } ```...
All the below locations don't provide any meaningful labels for diagnostics produced by miette. Is very easy to fix, eg https://github.com/prefix-dev/rattler-build/pull/398 ```sh ❯ rg "_partialerror\!\((.*)\)" --glob=\!src/recipe/error.rs src/variant_config.rs 54: .ok_or_else(|| _partialerror!(*self.span(),...
**Is your feature request related to a problem? Please describe.** If you have large files in your repo, gitui tries to load more than what is required, and it seems...
### Motivation Avoid panics for tif images with multi planar configuration. ### todo - [x] Fail early on decode for tif images with multi planar support, otherwise it may produce...