Alashov Berkeli

Results 21 issues of Alashov Berkeli

Hello. It would be nice if lorem.space supported a seed option like https://picsum.photos/ does

Issue described in https://github.com/aclassen/ComposeReorderable/issues/39 has regressed and can be noticed again. Tested on 0.9.2 and latest compose versions

Re-opening https://github.com/skydoves/Balloon/issues/407 since the issue is still there **Please complete the following information:** - Library Version 1.5.4 - Affected Device Pixel 7 Pro, samsung SM-X700 **Describe the Bug:** Using `setFocusable(false)`...

## Summary Re-opening #6116, since we're still seeing the crash on latest versions. ## Code to reproduce Simple usage, creating a scanner using CardScanSheet.create. Cannot reproduce this manually, can see...

bug

**Description** Note: re-opening https://github.com/cashapp/paparazzi/issues/1054 because it was closed and now it's failing with upgrading composeBom to latest stable vs alpha version of constraintLayout. When upgrading from composeBom `2023.10.01` to `2024.02.00`,...

bug

I found this tool called [subsync](https://github.com/smacke/subsync/) that "automagically synchronizes subtitles with the video." It would be awesome if it was integrated into Sub-Zero. Or maybe just a way to have...

**macOS version:** Monterey (12) **Kap version:** 3.5.4 ``` Something went wrong while loading “kap-streamable” Error: schema is invalid: data.properties['password'].type should be equal to one of the allowed values, data.properties['password'].type should...

**Description** When upgrading from paparazzi `1.3.5` to `2.0.0-alpha01`, I noticed dialogs are now rendered in top left position instead of center and it's background seems to be clipped. In Android...

bug

Hello, I have a case where ModifierMissing is being detected incorrectly when function doesn't emit a function. Example: ```kotlin // ModifierMissing error because of cellWrapper @Composable fun testModifier1() = NumberPadStyle(...