Peter Elliott

Results 3 comments of Peter Elliott

I like the idea of mimicking Android Studio. For the browser, what about filtering out previews that are larger than the device's screen bounds? This could include a stub message...

That test passes with 1.6.0-alpha05 but fails in alpha06. The alpha06 build was the first to contain that change in the description so it does seem more likely that that...

It looks like you can access the composer via the `androidx.compose.runtime.currentComposer` global val when in composition. A workaround would be to call `currentComposer.collectParameterInformation()` in the `setContent` block prior to adding...