-
I'm using `subscription::events_with()` to implement hotkey functionality. This works well, except when a text input in focused. I've tracked it down to
https://github.com/hecrj/iced/blob/d16b9cf7c…
-
Hi,
I get the following error on most recent master.
```
error[E0599]: no method named `x_range` found for reference `&Box2D` in the current scope
--> /home/kai/.cargo/registry/src/github.…
-
I'm using this crate from a dependency (iced -> iced_wgpu -> wgpu -> wgpu-core -> gpu-alloc), and am getting an issue trying to compile my project, during compilation, the following errors are thrown …
-
The `TextInput` widget has already a bunch of logic inside of the `on_event` function from the `Widget` trait. I would like to be able to extend this functionality by having a custom event handler suc…
-
When I move my window to a new workspace in bspwm, it crashes when I switch to the workspace I moved it to. It's fine until I actually switch to that workspace.
It does not seem to happen on i3wm. I …
-
I still do not quite understand the logic behind message generation, life `version`ing and `amount` to be `ticke`d. Looks like when large speed setting is set it causes subscription to generate too ma…
-
```
pokedex]$ cargo build --package pokedex --target wasm32-unknown-unknown
...
Compiling pokedex v0.1.0 (XXXX/iced/examples/pokedex)
error[E0433]: failed to resolve: could not find `viewer` in `i…
-
It would be great to have access to the operand constraint as defined in ops_tables from encoder directly from an existing `Instruction` object.
https://github.com/icedland/iced/blob/000947c762d885…
-
hi,
I tried to compile an example on Ubuntu 20.04 and get an error message. Any suggestion?
```
error: failed to run custom build command for `servo-fontconfig-sys v4.0.9`
Caused by:
proces…
-
I'm trying to run [Veloren](https://veloren.net/) on Mac, and I'm getting the following naga errors:
```
❯ RUST_BACKTRACE=full ./airshipper
[WARN] Naga generated shader:
// language: metal2.0
#…