Christopher Field

Results 34 issues of Christopher Field

## Pull Request Check List - [X] Added **tests** for changed code. - [X] Updated **documentation** for changed code. According to the Wikipedia entry for the ISO8601 format (I do...

Great tool! Thank you for the creating it. I was wondering if there is some way to enable looping/repeating the animation? If it is currently not possible, would it be...

enhancement

Hello, thank you for the excellent crate and related documentation. I am having trouble reading text chunks, specifically `tEXt` chunks, that appear after the image data chunks but before the...

I was experimenting and I thought I should share some changes based on the discussion in #106. Key Changes: - Added the `InputPredicate` trait to provide access to Command's stdin...

I am experimenting with your crate for testing my [cargo-wix](https://github.com/volks73/cargo-wix) subcommand. This would be for Windows and it most revolves around modifying the Current Working Directory (CWD) for each of...

Hello! First off, this is a great utility and package for the Jetsons. Thank you for creating and maintaining it. I have encountered the following errors when installing jetson-stats in...

bug

This pull request contains changes to implement the `filter` method and support for inheriting logging configuration from the environment via the `RUST_LOG` variable, similar to the [env_logger](https://github.com/sebasmagri/env_logger/) crate as discussed...

Resolves #54. A feature flag still needs to be added, but I wanted to share what I have so far to make sure I am on the right track. I...

The image processing threshold methods are defined as traits for the `ArrayBase` and `Image` types that use the Otsu and Mean algorithms for calculating a threshold value and immediately applying...

I was starting to play around with this crate and others in the "ndarray family" to become more familiar with using Rust for CV and ML applications. In my adventure,...