Dirk Stolle
Dirk Stolle
### Description This unifies the channel index type in `nth_channel_view` and `image_view::num_channels` - the latter one already uses `std::size_t`. ### References Fixes #373. ### Tasklist - [ ] Ensure all...
### Is your feature request related to a problem? Please describe. GIL does not support images in the [WebP format](https://developers.google.com/speed/webp). In my experience, this format is becoming increasingly more common...
This can serve as a replacement for the ceased Travis CI builds. The builds look like this when they are successful: https://github.com/striezel-stash/rust-csv/actions/runs/1641474135 The script part of the GitHub Actions workflow...
Updates the `actions/checkout` action used in the GitHub Actions workflow to its newest version. Changes in [actions/checkout](https://github.com/actions/checkout): > ## v3.0.2 > - [Add input `set-safe-directory`](https://github.com/actions/checkout/pull/770) > > ## v3.0.1 >...
This pull request adds a basic CI workflow to make sure that the `gulp` jobs still run after every commit. Looks like this when run: https://github.com/striezel-stash/gdpr-cookie-notice/actions/runs/3744405691
Node.js versions below 10.x are not maintained anymore, so it is probably best to use some newer, still maintained versions. For release cyles of Node.js see the official site: .
The following updates are performed: * update [`actions/checkout`](https://github.com/actions/checkout) to v4 * replace [unmaintained](https://github.com/actions-rs/toolchain/issues/216) `actions-rs/toolchain` by [`dtolnay/rust-toolchain`](https://github.com/dtolnay/rust-toolchain) Still using the outdated / unmaintained actions will generate several warnings in CI runs,...
Fixes two typos in `CHANGELOG.md`.
The following updates are performed: * update [`actions/checkout`](https://github.com/actions/checkout) to v4 * replace [unmaintained](https://github.com/actions-rs/toolchain/issues/216) `actions-rs/toolchain` by [`dtolnay/rust-toolchain`](https://github.com/dtolnay/rust-toolchain) * replace unmaintained `actions-rs/cargo` by direct invocation of `cargo` Still using the outdated /...