charlescgs
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:  ...but as soon as you press any keyboard key, the app panics: 
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.