Saket Narayan

Results 67 issues of Saket Narayan

![screenshot_1525508724](https://user-images.githubusercontent.com/2387680/39661246-019a71ba-506c-11e8-9543-00dcf6c75d2e.png) Hey folks, thanks for making Hyperion. I'm facing one weird issue where HyperionMenuLayout is extending behind the navigation bar, forcing my layouts to also get extended. [Here's a capture...

Hello! Apart from using `DefaultStorIOSQLite#lowLevel()#insertWithOnConflict`, is there any other way I can use `DefaultStorIOSQLite#put()` which falls back to update if a row with the same primary eky already exists?

### SQLDelight Version 2.0.0-alpha01 ### IDE Version Android Studio Electric Eel | 2022.1.1 Canary 1 ### Dialect SQLite ### Describe the Bug Here's what I was seeing when I was...

bug
component: ide-plugin

When an image is zoomed, `SketchZoomImageView`'s current behavior is to scale on all sides which makes sense for most image viewer apps where the image is displayed at the center....

Hello, thanks for maintaining this library! Would it be possible to make the sampling behavior of `SketchZoomImageView` available to Compose UI as well?

Hey @Feghal, thanks for maintaining this. Is it possible to add support for macOS? Most of the code looks usable from macOS so I'm wondering if it's as simple as...

Not sure if it makes sense adding in this library, but have there been any discussions around adding common wrappers for atomic* functions (e.g., `atomicLazy`) that are only available on...

For some strange reasons, RippleDrawable isn't working with Proguard enabled at my side :( Can you please look into this?

Hey folks, would you be interested in letting `AtomicReference` be accessed using a delegate? It'll simplify usage by a bit by avoiding the additional `get`/`set` calls. I can send a...

Have there been any discussions around supporting platforms other than Android and iOS? It'd be nice to have support for, say, macOS. Platforms list: - [x] Android - [x] iOS...

enhancement
help wanted