nick42d
nick42d
When running with ./run-mtgo --sound, I get the startup music, but no further sound. In game settings have sound cranked all the way up, so I should be getting sound...
### Describe the issue you are having On Linux I tend to have middle click paste disabled. There is a command I run at startup which seems to work on...
I currently get notifications from eos-update-notifier, so using waybar-updates gives me duplicate notifications. It would be handy to have an option to disable these.
### Current behaviour React 18.3 adds a warning about spreading props containing a "key" prop (https://github.com/facebook/react/pull/25697). Current version of React Native uses 18.2, but I think we'd expect it to...
When working on a branch with a large number of diagnostic warnings, errors can get drowned out. It would be nice to have a way of toggling this. languages.toml diagnostic-severity...
## Problem I would like to remove the explicit `crossterm` dependency from my crate and instead utilise the re-exported version from `ratatui` to avoid #1298 . However, I'd also like...
Hi there, my main use case is a music player - `youtui`. I am currently using the `rusty_ytdl::Stream` trait to be able to provide progress updates whilst downloads are in...
Added new flags `--no-bin` and `--source`. Existing behaviour is `--source project`. # New options ## `--source crates-io --no-bin` Download crate from crates.io, get it's checksum, and write a PKGBUILD that...
G'day, Thanks for the crate! I was wondering if you'd be open to the option of supporting crates.io as a source (e.g https://wiki.archlinux.org/title/Rust_package_guidelines#Source). In this case, I wouldn't need a...
G'day, This was reported downstream by a user of `youtui` (https://github.com/nick42d/youtui/issues/152). Video ID `C3j4XsMDe-I` ([Ennio Morricone - Tema Italiano](https://music.youtube.com/playlist?list=OLAK5uy_mTQVtnyonMKKjU5ioGWlCsfB7TcZ4Dk4Y)) reports an empty array of formats when querying. Mini reproducible: ```...