Tom Karwowski

Results 24 issues of Tom Karwowski

Closes https://github.com/xacrimon/dashmap/issues/183. Equivalent trait is implemented automatically for Borrow, but additionally it can be implemented for complex types. Also reexports hashbrown::Equivalent to ease custom implementations without having to add hashbrown...

### What problem does this PR solve? Running `make test_others`, as recommended at the beginning of [The Raft Lab](https://github.com/pingcap/talent-plan/blob/master/courses/dss/raft/README.md#the-raft-lab) currently fails, as it indirectly calls `cargo clippy`, with `-Dwarnings` and...

Was it a conscious decision not to add `HeaderName` constants for `x-forwarded-for`, `x-forwarded-host` and `x-forwarded-proto`? They are only mentioned in the [FORWARDED](https://docs.rs/http/latest/http/header/constant.FORWARDED.html) const. If not, rather than adding them to...

### Would you like to work on this feature? yes ### What problem are you trying to solve? If I run: ```rust use kube::api::ListParams; fn main() { let list_params =...

Closes https://github.com/hyperium/hyper/issues/3080

Closes https://github.com/hyperium/hyper/issues/2858.

It would make sense to keep the README description of the generated project in sync with crate's root level documentation. There are tools to inject root level doc string from...

enhancement
help wanted
good first issue

I forked https://github.com/doublify/pre-commit-rust (as https://github.com/tomkarw/pre-commit-rust) to extend it, so that it matches `just pre-commit` script. Alternatively, we could find a `pre-commit` recipe that allows running an arbitrary command and make...

enhancement
help wanted
good first issue

Add confirmation for each of steps performed in `just thorough-check` with a possibility to skip individual steps.

enhancement
help wanted
good first issue

There is a lot of code duplication. Try to remove it while preserving all 3 topologies as features.

refactor