FloVanGH

Results 180 comments of FloVanGH

@tronical not that but I cannot build it. ```sh Compiling libssh2-sys v0.2.23 error[E0277]: `::Output` is not an iterator --> /Users/flovansl/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.2/src/declare/ivar_forwarding_impls.rs:165:5 | 165 | fn nth(&mut self, n: usize) -> Option...

@tronical yes it's right it should be `Palette.background`

Hi, thank you for your report. Can you give us some details about your setup like operation system, Slint version, selected style, ... ? Thanks

Thank you for your suggestion. Rich text is definitely something we want to provide in the future. From technical side one way we could archive it, is to make use...

Hey @ales-tsurko. Thank you for your feedback. Yes we know that `cosmic-text` supports also rich text. Rich text in common is something that is on the agenda. We have also...

> Is a protected property the same as in-out in the derived? I would say yes. Otherwise you would need something like `protected in`, `protected out`, ... > Do protected...

Thank you for the report. I could reproduce it for the cupertino and material SpinBox. The fluent and cosmic SpinBox worked. There is a PR that should fixes the issue.

I think all resources of a style should be provided not only the `Palette`, because if you want to create a custom widget you want to get access also to...

> And I don't think we want user to write MyFancyCupertinoWidget but just MyFancyWidget and it should work with all styles. It can make sense, because depending on design guidelines...