Nathaniel Daniel

Results 8 issues of Nathaniel Daniel

I believe this fixes #24.

This PR switches the error type of this CLI from `failure` to `anyhow` since `failure` is [deprecated](https://github.com/rust-lang-deprecated/failure) now.

**Version** `0.3.2` **Platform** Windows 10 64 bit **Description** I'm creating this issue from https://github.com/tower-rs/tower-http/pull/204, where more details can be found. Essentially, if a user inputs a drive letter into the...

bug

This PR updates `piston2d-graphics` to `0.39.x` and `piston_window` to `0.113.x`, which bumps `pistoncore-glutin_window` from `0.66.0` to `0.67.2`. I did this to fix https://github.com/PistonDevelopers/glutin_window/issues/187 which occurs while trying to use `conrod_piston`.

**Songbird version:** 0.1.6 **Rust version (`rustc -V`):** rustc 1.52.1 (9bc8c42bb 2021-05-09) **Serenity/Twilight version:** (version) **Output of `ffmpeg -version`, `youtube-dl --version` (if relevant):** Not Relavent **Description:** I was trying to work...

Opening this issue as a continuation of #322. While it is now possible to call `poll` on winrt futures more than once, consecutive `poll` calls will not update the `Waker`....

enhancement

Due to issues like #6, its hard to retrieve the PID of the process that owns the lockfile if a lock could not be acquired. A method that operates on...

Same as #17 I wanted to cross compile this package while using pkg-config, but found that pkg-config is gated behind unixy-gnu host platforms. I don't really see why this is...