Saket Narayan
Saket Narayan
Closing this in favor of #15.
Sorry I never got enough time to make this work. From what I understand, `PopupWindow` does not position popups within the window bounds on its own. `PopupMenu` does not suffer...
Sure go ahead!
Closing due to inactivity.
Closing this because cascade's minSdk was bumped to 23 in [2.0.0](https://github.com/saket/cascade/releases/tag/2.0.0-rc01).
@dkhalanskyjb is your concern valid for both native and JVM platforms? I was only suggesting using `Dispatchers.Default` on native where it isn't limited to one thread per core.
If people are still looking for an alternative, I just released telephoto for displaying zoomable images in compose with _automatic_ sub-sampling: https://saket.github.io/telephoto/zoomableimage/
Not sure if this library is still actively maintained, but opening up the visibility of `FlexItem` will improve the usage experience from Kotlin/Compose UI.
> Reading from diskCache requires reading the entire file, which is a bit heavy. Reading the size or other metadata of a file does not require reading it entirely.
Running into this as well. SQLDelight is trying to use `JAVA_HOME` which points to Java 11. Is it not expected to use the Gradle JDK path set in IDE settings?...