John Vandenberg

Results 1423 issues of John Vandenberg

Fixes these clippy lints ```rust warning: needless `fn main` in doctest --> src/clients/blocking_client.rs:63:9 | 63 | /// use mini_redis::clients::BlockingClient; | _________^ 64 | | /// 65 | | /// fn...

### Changelog Removed unused error enum variants and fix docstrings to match new error. ### Docs ### Description Users with error handling expecting errors that will never occur should have...

### Changelog Replace `#[allow(..)]` with `#[expect(..)]` ### Docs ### Description The allow macro doesnt advise when it is no longer needed. The expect macro should always be used instead. ---...

### What does this PR do? Removes unused dependency `lockfree` ### Motivation See issue ### Related issues Closes https://github.com/DataDog/glommio/issues/677 ### Additional Notes ### Checklist [] I have added unit tests...

A privacy protecting EXIF stripper was mentioned on #97. Most important is removing 1. real name from copyright field, if the camera adds it and the user wishes to remain...

privacy

## Motivation https://github.com/kube-rs/kube/issues/1770 ## Solution Use https://github.com/bourumir-wyngs/serde-saphyr in kube-client as the first phase of solving this. The other uses of serde_yaml are in dev-dependencies.

changelog-change

kdash 0.6.2 fails to build from source ``` % cargo install kdash Updating crates.io index Downloaded kdash v0.6.2 Downloaded 1 crate (1.8MiB) in 2.28s Installing kdash v0.6.2 Updating crates.io index...

When I have a DNS or connection error, there are lots of errors like ``` Failed to get namespaced resource kdash::app::pods::KubePod. Service(hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: ``` Only one...

**Describe the feature** My branches usually only have a single commit at the top that I am interested in. It would be helpful for my memory if git-trim would show...