Robert Eichler

Results 15 comments of Robert Eichler

@genusistimelord For now, I would prefer to wait for the support of the real system menus ([iced#1047](https://github.com/iced-rs/iced/pull/1047), [iced#114](https://github.com/iced-rs/iced/issues/114)). What do you say?

This topic has come up many times ([iced#839](https://github.com/hecrj/iced/issues/839), [iced#320](https://github.com/hecrj/iced/issues/320) & [iced#197](https://github.com/hecrj/iced/issues/197)). Multi-line text input is really really hard to implement. Nevertheless, to be able to implement such a widget, the...

Since I encountered the similar problem myself today, I think it's a good idea to support the current version as well. However, I still have two concerns about this: -...

> I see that we can set it to a set Repository Version that way we update to their next commits when we see that it will work without any...

Coming week I can take a look at adapting iced_aw back to the latest version of iced.

Alright, I now have a rough overview of the breaking changes that need to be fixed and I've opened up a PR ([#46](https://github.com/iced-rs/iced_aw/issues/25)). The moving of `iced_web` into it's own...

> OK I will take a look at the changes you did to Badge and Card and implement them into TabBar and Tabs tomorrow. Great! Thank you very much. >...

The transition is now complete #46 ! Thanks to @genusistimelord for helping me out with this! However the web build is currently broken (see: [this issue](https://github.com/iced-rs/iced_web/issues/14))

Are you importing your own icon font? I recently had the same issue. My problem was that I have imported an other font under the same name as the icon...

I've reopened this issue as a reminder to rename the icon font of iced_aw to something more unique in the future. A more unique name would save a headache for...