Jens Reimann
Jens Reimann
There is a `ListDivider`, which should work in cases of "lists": https://github.com/ctron/patternfly-yew/blob/91daf857936caff41c22e29bba4a160f414dde45/src/components/divider.rs#L70-L81 And I agree, that could be improved. However, for Flex layouts, that wouldn't work. But I also couldn't...
Yea, I was hoping for that, but couldn't find a good enough solution yet. I appreciate any suggestions.
I would love to have an example/template with async, embassy, and esp.
> We have plenty of async examples in esp-hal, and esp-wifi. I was struggling a bit with the different options, compilation issues (around atomic-polyfil, portable-atomic, newer embassy versions, …). It...
A pattern I see this showing up is `Result`s where the `T: Clone`, but not for `E`. And it's pretty annoying. Still shows up in 1.77.2.
Right, I am not sure how JavaScript handles Unicode and UTF-8, so I am not sure this can be compared. In Rust, you have "characters", but they are more like...
Just documented the current impl: https://github.com/patternfly-yew/patternfly-yew/commit/1dccf8a15e7df2baed785768746bcceaec65be19
> In the (unlikely) event that someone urgently needs the amount of grapheme clusters to be correct at the end of the string, you could maybe think about opting in...
That's why I am just using the `ExpandableSection` component with the `Truncate` variant. It uses "x lines" and allows for using HTML content.
Ah, I am not using tera directly, but through zola.