Alex Parrill

Results 76 issues of Alex Parrill

`DesktopConfig.with_event_handler` sets the `event_handler` field, but that isn't used anywhere: ``` > grep -r 'event_handler' packages/desktop/ packages/desktop/src/cfg.rs: pub(crate) event_handler: Option, packages/desktop/src/cfg.rs: event_handler: None, packages/desktop/src/cfg.rs: pub fn with_event_handler( packages/desktop/src/cfg.rs: self.event_handler =...

The `DesktopConfig` structure is publicly usable via the `dioxus_desktop::launch_cfg` function, but is not exported, so no documentation is generated for it.

It would be nice if miniserve could source files from a zip archive instead of a directory on the filesystem. I archive a lot of webcomics with wget for reading...

Seems like easy traits to add, and would make creating a GlobSet from a vector of globs more ergonomic.

### Describe the problem Tauri should expose a way to register a Rust callback to intercept and modify requests that the application in the web view makes, as part of...

type: feature request

**Is your feature request related to a problem? Please describe.** `/proc/self/mounts` raises a priority event when there is a change in mount points (something is mounted or unmounted). There are...

A-tokio
M-io
C-feature-request

For using `Shard` manually without a `ShardManager`: there does not seem to be a public way to tell the shard about heartbeats and other events it needs to continue operating....

feature-request
gateway

I'd like to use webp images in my cbz files due to their superior compression. However Seeneva doesn't seem to support them very well. Here are two comic zips I've...

It's not very clear what coordinate system that planar coordinates use - i.e. what coordinates represent the corners of the window. `FixedView` does not have any configuration parameters while `Sidescroll`...

Checked out most recent commit: 62c461e1d361743674adfbc56adba68d3e152c81. Following the Virtual Environment instructions on Arch Linux. `make install` produces the following: ``` /usr/bin/mkdir -p "/home/col/Downloads/rhasspy/.venv" "/usr/bin/python3" -m venv --clear "/home/col/Downloads/rhasspy/.venv" || "/usr/bin/python3"...