Results 80 comments of edwloef

I just needed this today, would be happy to see this finished and merged :)

I would like to see this happen as well, with roughly the same use-cases as the others here 👍 if it's not too hard to do for someone unfamiliar I...

I've just hit this warning on current nightly in a project of mine, but I'm unsure the lint is actually supposed to fire here since there aren't any generics in...

You can use the `Stack` widget or `Renderer::with_layer` to do z-ordering between different drawing primitives.

No, stuff is drawn in the order `quads` -> `triangles` -> `primitives` -> `images` -> `text` within each layer.

> > No, stuff is drawn in the order `quads` -> `triangles` -> `primitives` -> `images` -> `text` within each layer. > > Doesn't that exactly mean that images are...

Considering the `instant` crate has by now been marked as "unmaintained" by RUSTSEC (https://rustsec.org/advisories/RUSTSEC-2024-0384.html), replacing it in some form or another seems like something that probably should be looked into.

see https://discourse.iced.rs/t/solved-new-boot-trait-no-longer-able-to-use-a-capturing-closure-to-initialize-application-state

With https://github.com/iced-rs/iced/commit/3e8e088cddbc1191f9bbbd8419cae1176bf054dd the image started being split up into squares that rotate independently, and with https://github.com/iced-rs/iced/commit/704144728f6c99a76f906c92c0ab600ffeec7e26 the squares started getting clipped to the shapes shown in the video.

More info on this: when the latency changes while the plugin is currently activated it should call `host_callback=>request_restart`, which `nih-plug` does correctly(ish) here: https://github.com/robbert-vdh/nih-plug/blob/28b149ec4d62757d0b448809148a0c3ca6e09a95/src/wrapper/clap/wrapper.rs#L392-L407 However it should should then call...