Polly

Results 7 comments of Polly

I think it's because /lib64/ld-linux-x86-64.so.2 doesn't exist on the filesystem

I only checked issues :woman_facepalming:. Anyway that's nice

the "Todos" example used to center the text in version 0.9.0 and it no longer does. Old ![image](https://github.com/iced-rs/iced/assets/10896365/0b86abcd-cffb-414b-a0b8-1b83b27013cf) New: ![image](https://github.com/iced-rs/iced/assets/10896365/3c74c291-7e00-48b0-995d-ff84ea5e2836)

maybe a good solution would be to add a `warn!` log message when iced can't find an image. The second issue by Ivella seems to be #1774

oh it evens says so in the output... :woman_facepalming:

I ran `rustup +nightly-2023-09-04 component add rust-src rustc-dev llvm-tools-preview` and it has different errors now :tada:. Altough rustc-dev seems to be the only one actually required (?) ``` $ cargo...

`cargo +nightly-2023-09-04 install --git https://github.com/estebank/redpen` works