Sven

Results 416 comments of Sven

I guess a good solution for this would be to extend `TabOptions` to support two icons: `selectedIcon` and `unselectedIcon`. And have the user decide what to do with them.

A workaround is possible right now, but native support would be cleaner: ```kotlin interface NiceTab : Tab { val niceTabOptions: NiceTabOptions @Composable get override val options: TabOptions @Composable get() {...

It's still a small workaround for a feature that not every app actually wants. And the workaround is easy to remove once the feature lands. I think there are discussions...

@Elv13 I added the `--no-argb` flag and it stopped crashing. I use the kernel driver for my integrated intel graphics. It's odd since this only happens when running awesome.

@Elv13 Is there something I can do about the argb feature? I am just using the kernel driver and it keeps crashing on me. Maybe filing a bug somewhere? :smile:

Hope I can somehow help with this. I am using `LazyColumn` and each item has an `AsyncImage` ("episode item"). Is there anything I can provide: debug logs, source code, ....?

> > Facing same issue with `3.0.0-alpha06` on compose multiplatform. > > I'd like to add that setting a fixed height to either `AsyncImage` via a modifier, or if it's...

To give a practical example: GitHub's dependabot notifies you of vulnerable dependencies in your project. It provides the `x-github-severity` header to tell you how severe the vulnerability is. Currently it...

@george-steven0 your key is still there. You have to click on the "edited" button and delete the old entry. At this point your key is compromised. You should just generate...

> @mainrs Added in #133 I cant figure out how to detect whether an abbreviation was used though as it automatically gets swapped before the command is entered So it...