CrendKing

Results 26 issues of CrendKing

**Is your feature request related to a problem? Please describe.** In Steam Link, there is a timer that allows the device to sleep if there is no active streaming and...

### Describe the bug It seems the main window's `onCloseRequested` is correctly triggered when user closes the app with top right X button or Alt+F4, but not triggered via APIs...

type: bug
scope: core
status: backlog

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...

I have a Tauri app that outputs the following two warning message every time the app exits. Could anyone help me understand why and how to fix? ``` [tao::platform_impl::platform::event_loop::runner][WARN] NewEvents...

type: bug

**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Start a documentation for external downloaders. See https://github.com/yt-dlp/yt-dlp/issues/8437. Template ### Before submitting a...

docs/meta/cleanup

### Operating System Windows ### What's the issue you encountered? If first enable "Restore window position", maximize and exit, the next time ImHex is launched maximized, all text becomes blurry....

bug

### What feature would you like to see? Currently to diff two files, I need to open two files, switch to the Diffing panel, select file A, and finally select...

feature request

Related: https://github.com/oknozor/musicbrainz_rs/issues/77 Currently both the `FetchCoverartQuery::execute()`s just panic if error happens in network request. Conventionally in a Rust library, errors should be propagated upstream so lib user can decide what...

[Code here](https://github.com/oknozor/musicbrainz_rs/blob/9c5327d449eb77432ca1f538629ec43372f02724/src/lib.rs#L367) just unwraps the reqwest response, despite that function returns `Result`. It's annoying because it seems downloading cover art frequently results in HTTP 429 (I don't know why but...

For instance, release [2e6374f8-420b-353b-8c42-dbb249bfac1c](https://musicbrainz.org/release/2e6374f8-420b-353b-8c42-dbb249bfac1c)'s date is simply "1984" without the month and day. When retrieved with this crate, it is converted to a `NaiveDate` with value "1984-01-01", supposedly due to...