charlescgs

Results 19 comments of charlescgs

Have the same issue, I am unable to compile my app after update to 1.5.0

Hello, any particular reason this PR cannot be merged?

@panekj then how about this: ```rust pub fn img(image: impl Fn() -> Vec + 'static) -> Img { let image = image::load_from_memory(&image()).ok(); let width = image.as_ref().map_or(0, |img| img.width()); let height...

Hey, tried to do it on floem editor example: ![editor_example_panic](https://github.com/user-attachments/assets/13e3261b-b5ba-454d-afa9-d999fd2cd0f4) ...but as soon as you press any keyboard key, the app panics: ![editor_focs_panic](https://github.com/user-attachments/assets/2ec6e890-567f-4c96-8a9d-29452d7aead1)

But it works fine as long as you don't clear the `Document` before requesting focus. If you clear it, then it panics after first keystroke. Any idea what it may...

Another way to try to focus editor that fails: #392

@jrmoulton You can mark img module as done in #711;

@jrmoulton Docs were added to following modules: `button` in #928 `toggle_button` in #927 `tooltip` in #926 `text_input` in #925

@MinusGix Do you have any plans to continue to work on this PR?

Bumped to 1.90 as `floor` was constified at this rust version.