Liam Monninger

Results 5 issues of Liam Monninger

I'm interested in this project and have some questions. But, I always feel bad about opening up issues for this sort of discussion. Would the team be open to setting...

I'm doing some development on an M1 Mac. And, I'm having some trouble installing `LibTorch`. Though I assumed it wouldn't work, I tried just installing from the link that usually...

# Summary If you provide an `@input` `struct Use(...)`, this token will be rewritten by the macro such that the Rust compiler reinterprets it as an invalid syntax for the...

The `multi-threaded-cf` feature changes the signature for `rocksdb::DB::cf_handle`. This is [discouraged](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification) by docs.rust-lang.org. Without: https://github.com/rust-rocksdb/rust-rocksdb/blob/30ffe0ad78a037694eb3e834ac0afc436eea4ebf/src/db.rs#L2191 With: https://github.com/rust-rocksdb/rust-rocksdb/blob/30ffe0ad78a037694eb3e834ac0afc436eea4ebf/src/db.rs#L2218 I noticed this while try to integrate two third-party workspaces both using `cf_handle`,...

## Motivation #244 `#[allow(clippy::redundant-clone)]` may cause build failure, this changes the directive to `#[allow(clippy::redundant_clone)]`. I can't imagine this wouldn't have been caught, so maybe it's something that affects certain toolchains...