Halil Ozercan

Results 6 issues of Halil Ozercan

From https://twitter.com/richp_2003/status/1507732205241610245 I have Tabs, a lazy column and a sticky button on the bottom of screen. Now lazy column has a view that can be dismissed by user. I...

bug

CodeBlock and Heading have alternative overloads that take literal text content. These alternatives are proxies to actual implementation which takes composable children. Only child that is passed to actual composable...

Table API under RichText is very limited at this time due to fixed layout constraints. Spreadsheet like tables usually require unlimited horizontal and vertical scroll, while rows and columns have...

enhancement

I managed to compile ffmpeg for my ubuntu with openssl by adding necessary --enable-openssl flag. However, ffmpeg-android gives "openssl" not found error. Is this OS related or should I use...

If a composable passes a lambda argument down to other composables via wrapping, lambda gets captured which may not read the latest state when executed. `rememberUpdatedState` fixes this problem.