Keith Wansbrough

Results 11 issues of Keith Wansbrough

`cargo kcov` without any arguments runs almost all tests for the current crate, but it omits any [doc-tests](https://doc.rust-lang.org/book/first-edition/documentation.html#documentation-as-tests). I expected it to run them, just as `cargo test` does.

Hi, If there is a failing test, I expected `cargo kcov --no-fail-fast` to generate a coverage report anyway. However instead it reports ``` error: failed to get coverage caused by:...

Hi - I would like to request a new feature. You already have the ability to rotate pages in the PDF, but it would be great to have the ability...

This app is currently a bit unreliable on my spa, and I think it's because we are trying to use the same channel as the panel unit. I'm thinking of...

Please could CDRS implement [token-aware routing](https://datastax.github.io/cpp-driver/topics/configuration/#token-aware-routing)? This is important for performance, because it reduces network hops and also reduces load on the Cassandra cluster. (How difficult would this be to...

help wanted
v2

Hi, I have forked this project to https://github.com/Metaswitch/cassandra-rs and intend to maintain it there. If you no longer intend to maintain this project, please could you contact me and/or Alex...

The documentation on https://docs.rs/crate/cassandra/0.8.1 which should cover this crate is currently reporting > docs.rs failed to build cassandra-0.8.1 > Please check build logs and if you believe this is docs.rs'...

When using a parser in the context of an IDE or a compiler, it is desirable to be able to recover from errors, returning a best-efforts parse anyway and reporting...

`error_chain` was great, but it's a bit outdated now. We should move to `anyhow`/`thiserror` or other modern error approach.

enhancement
help wanted
improved-api

We should go through the code and identify all TODO / FIXME / commented-out code issues. Where possible we should resolve them, or at very least track them with GitHub...

help wanted
cleanup
improved-api