lara

Results 71 issues of lara

I thought btrfs had its own RAID implementation, is this not true?

I'm not sure if it's possible to do the same for rayon's iterators but this is useful for cases where you don't want to expose the inner map but just...

**Describe the solution you'd like** It'd be nice to be able to drag and drop games to sort them, instead of forcing sorting alphabetically **Describe alternatives you've considered** There could...

**Describe the bug** We can press `Select/Menu/Share + Start + LB + RB` to exit a session, which is cool but sometimes it instantly opens up Moonlight settings, it's a...

bug

Guild channels are cached on `ChannelUpdate` events but creating a private channel doesn't fire any events so they're not cached, this means we would either have to cache it manually...

t-feature
c-cache

this is very weird, if my config file is at `/Users/lara/Library/Preferences/rustfmt/rustfmt.toml` the options are detected (`cargo fmt` complains it can't set the options on stable), but they don't do anything.....

duplicate
p-medium

I'm not sure if this is possible with macros, but it'd be a nice addition to increase coverage, I have no experience with macros so I probably can't PR this...

### What it does Catches the places where `clone_from` could be used instead ### Lint Name clone_from_candidate ### Category pedantic ### Advantage From the [docs](https://doc.rust-lang.org/std/clone/trait.Clone.html#method.clone_from) - `a.clone_from(&b)` is equivalent to...

A-lint

### What it does None of the examples in [Rust guidelines](https://doc.rust-lang.org/book/ch11-01-writing-tests.html) on writing tests start functions with `test_`, which makes for better code quality since `tests::foo` is more readable than...

A-lint

My config: ```toml unstable_features = true error_on_line_overflow = true error_on_unformatted = true format_code_in_doc_comments = true format_strings = true hex_literal_case = "Lower" imports_granularity = "Crate" normalize_comments = true reorder_impl_items = true...

only-with-option