Sebastiano Poggi

Results 178 comments of Sebastiano Poggi

Ah, yep — just a leftover from a previous iteration that also had focusable. Thanks for pointing it out tho — it's an easy mistake to make.

Yeah we likely need to set the JPanel's opaque property to FALSE if needed. Another case may be when `Color.Unspecified` is passed in, as setting it as an AWT colour...

Filed Skia bug: https://issues.skia.org/issues/336711946

Fixed on the Skia side, waiting for that to make its way into Skiko :)

This is not super urgent, as the workaround is simply to add the other radius, but I imagine it would be more relevant for displaying images coming from the internet...

I have a repro here: https://github.com/rock3r/cfd-repros/blob/main/src/main/kotlin/ComposePanelFixedSize.kt The `ComposePanel`'s content doesn't show up unless I set a fixed height on it. If I use `heightIn(minH, maxH)` the panel will always be...

In my case, for example, I'm filtering out long threads, since Pachli doesn't collapse them. I'd be more than happy to show all consecutive filtered out messages with one button....

Yeah, that's the main case when I see these sort of long lists of consecutive filtered messages