Results 11 issues of Atk

**Is your feature request related to a problem? Please describe.** I'd like to be able to check if a task with a specific ID is already being handled by `DelayTimer`,...

No PNG icons from the theme are loading for me. Inspecting the requests show 500 errors. Not too sure of the cause here, but I'm inclined to believe it's not...

**What does this PR do/change?** Allows use of `wd foo/bar/baz` as well as the current `wd foo bar/baz`. That is to warp to `foo` and then cd to `./bar/baz` **Does...

Enhancement

Use `AsRef` instead of `Into` where sensible to do so Saves allocations and/or taking ownership Potentially a breaking change on some really weird types

### Describe the bug Programs installed into a bottle can't be found by program name when in the Steam Deck's gaming mode, per reproduction steps I spent a fair while...

Need To Investigate

As the title suggests, regardless as to the values as the sliders and checkboxes, Q and Lambda don't display for the Eigendecomposition and principal axes demo from L3: Covariance and...

### Please describe your bug So I have the _Despicable Me_ triology, in collection called "Despicable Me". I have each movie in two qualities, following Jellyfin's naming convention: ``` Movies/...

bug

These two types in particular can be a bit finnicky to build by hand, so I've made some declarative macros for the job based on the popular crate [maplit](https://github.com/bluss/maplit) They...

Something I noticed while working on #140 when I wanted to make sure the macro invocations weren't producing lints. For the unaware, clippy doesn't check code in `#[cfg(test)]` by default...

My enum: ```rs #[derive(Debug, Clone, PartialEq, IsVariant)] pub enum Value), Dictionary(Dictionary), Date(Date), Float(f64), Integer(Integer), Real(f64), String(&'a str), Uid(Uid), } ``` `cargo expand` shows this: ![image](https://github.com/JelteF/derive_more/assets/12728900/f2f7976a-e2b4-4e2a-8962-b38b3727bfe5) Which is also what appears...