Maksym Pavlenko
Maksym Pavlenko
For traces, the format of the output is up to us as we implement trace hooks. > If the a debug stream is provided, can we just add the traces...
/test pull-containerd-node-e2e
> Rebase? @samuelkarp Done. But it now needs another LGTM > Reviews from dmcgowan and samuelkarp are stale because they were submitted before the most recent code changes.
@dependabot recreate
I wrote a [unit test](https://github.com/mxpv/podsync/commit/5c734999fea4b6eb2b05d6b07fd7fee9ba976803) to validate this and the logic appears to work correctly - titles starting with the pattern get excluded, and titles like `Homily: ...` or `Sermon...
> Is there anything in the new edition that is needed to implement newer code? [PR#75](https://github.com/Traverse-Research/hassle-rs/pull/75) wise, native C strings support can be useful. Though it was workarounded in https://github.com/Traverse-Research/hassle-rs/pull/75/commits/d304f5c3cf2e48a8d6026bc9cd78192dff1dec84....
Sounds good. 1. Bumped to 2024 edition and pinned Rust version via `rust-toolchain.toml`. 2. Fixed new compiler warnings, which now require more `unsafe` wraps: `note: an unsafe function restricts its...
> Let's not pin the version but rather communicate the minimum requirement via rust-version = "1.85" in Cargo.toml? Done
@MarijnS95 another CI approval pls? Cargo fmt should make it happier.
Fixed clippy, hopefully the last "one more" bump :)