Saket Narayan

Results 67 issues of Saket Narayan

``` Exception in thread "SDK 31 Main Thread @coroutine#76" java.lang.IllegalStateException: Calling context is suspending; use a suspending method instead at app.cash.turbine.CoroutinesKt.assertCallingContextIsNotSuspended(coroutines.kt:67) ``` I received this crash because I'm using `Turbine#takeItem()`...

Creating a new `Path` object on every draw frame is not recommended as it may be expensive. Can it be cached somewhere? You can then use `Path#rewind()` on every frame...

Can the `material` and `material3` implementations be separated into two distinct artifacts? That way, consumers of `wavy-slider` would not be exposed to `material` on their classpath if they're only interested...

Migrating `Modifier.zoomable()` to multiplatform ~should be easy~ is done, but `SubSamplingImage()` will need to be decoupled from Android's `BitmapRegionDecoder` for lazy loading of bitmap tiles. ### Target platforms **JVM** -...

enhancement
help wanted

`telephoto`'s code for coercing content within its zoomable bounds is incompatible with rotation because it uses the top-left coordinate as its pivot. It'd be great if the pivot can be...

help wanted

Hi @galaxygoldfish, can I convince you to publish `waveslider` to maven central? Jitpack is a [non-starter](https://chrisbanes.me/posts/publishing-to-maven-central/) for many projects.

Blocked by https://github.com/square/moshi/issues/1170

blocked