-
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
#…
-
```
[2021-10-03T21:36:28Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default
thread 'main' panicked at 'wgpu error: Validation Error
Caused by:
In a RenderPass
note…
-
**Describe the bug**
ajour crashes on start. Using the compatibility suggestion I am getting a panic.
`12:49:22.662 [panic][ERROR] thread 'main' panicked at 'Invalid glyph_hor_side_bearing': /home…
-
This is what I want to achieve:
This is the current default:
And this is the defaults with settings `decorations: false` on window settings:
In order to achieve the result in the first …
-
I am trying to run my application compiled in Ubuntu and I can't get it working. If launched by double clicking the application it just says mentions something like:
> there's no application instal…
-
When dealing with streams such as WebSockets, it is often useful to have both a sender and a receiver, where only the receiver serves as a subscription and the sender is stored externally (e.g. in the…