Michael Paus
07/18/2021, 6:13 PMorg.jfree.skija.SkijaGraphics2D
, which is an AWT Graphics2D implementation based on Skija, together with Compose. You can use this, e.g., to make a graphics or charting library based on AWT directly available in Compose Desktop. See: https://github.com/jfree/skijagraphics2d/issues/1#issuecomment-882091866Nik
07/19/2021, 1:17 PMResources
folder for the macOS .DMG from our build.gradle.kts
? I have an application which performs file I/O (ultimately to run .sh
scripts for a variety of tasks) and I’m having trouble locating those files once the application is installed, as File(".")
gives me the macOS root directory /
, not the same file structure as when running the application in IntelliJgbaldeck
07/19/2021, 2:43 PMonPreviewKeyEvent
is being run but it is not. The row has been selected and focused on so I'm not sure what exactly is going wrong. Here is a link to the exact line of code. Why are the keyboard presses not being detected?
https://github.com/recursivelftr/Grim-Locations/blob/d675a9a5859e320e833e8aa0fcb85[…]lin/io/grimlocations/ui/view/component/LocationListComponent.ktkevindmoore
07/19/2021, 3:44 PMorangy
07/19/2021, 5:23 PMSVGPainter
seems to ignore Density
for stroke width, and uses it for intrinsicSize
only. It makes rendering inconsistent – graphics appear too thin. Is it a known issue?gbaldeck
07/20/2021, 1:44 AMKanika Kachhawaha
07/20/2021, 6:10 AMhfhbd
07/20/2021, 6:54 AMbuild-253
still require 1.5.10
and not 1.5.21
, after its merge last friday?mcpiroman
07/20/2021, 3:17 PMmutableStateListOf
, whether I use `key`function or not (though it does feel like it affects performance somewhat). I don't use `LazyColumn`because it is laggy in general.
Known problem, walkaround? Thanks.SrSouza
07/20/2021, 8:00 PMSteve
07/21/2021, 10:50 AMFrank
07/21/2021, 12:31 PMid("org.jetbrains.compose") version "0.5.0-build235"
avijitkarmakar
07/21/2021, 5:37 PMhfhbd
07/22/2021, 2:38 AMmcpiroman
07/22/2021, 9:58 AMGraphics card: Microsoft Basic Render Driver is blacklisted.
Failed to create DirectX12 device.
Failed to create Skia Direct3D context!
when running compose-desktop apps?kevindmoore
07/23/2021, 3:51 AMorg.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during psi2ir
File being compiled: The root cause java.lang.IllegalStateException was thrown at: org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.bind(IrPublicSymbolBase.kt:58)
Frank
07/23/2021, 3:11 PMGlen
07/23/2021, 7:13 PMChristian Babsek
07/24/2021, 11:34 AMspierce7
07/26/2021, 1:09 AMTab
key and having it go to the next form field?spierce7
07/26/2021, 4:59 AMrsktash
07/26/2021, 3:14 PMNik
07/26/2021, 8:31 PMcompose.desktop.application.nativeDistributions.packageVersion
from my application’s Kotlin code? Hoping to do some concept of min-app communication with one of our Docker images and it would need us to pass along what version of the Compose application is being used from the application’s code itselfStefan Oltmann
07/27/2021, 6:24 AMIgnor Warneengs
07/27/2021, 5:24 PMJoey Heck
07/28/2021, 6:18 PMdbaelz
07/28/2021, 6:34 PMandroidx.compose.material.AlertDialog
not longer supported with the new Composable Window API? Switched to the new API and the AlertDialog crashs with java.lang.IllegalStateException: CompositionLocal LocalAppWindow not provided
. When it isn't longer support, I assume the androidx.compose.ui.window.Dialog
is the way to go for all kinds of Dialog?patrickdelconte
07/29/2021, 7:49 PMsmallshen
07/30/2021, 12:05 AMSrSouza
07/30/2021, 12:19 AMSrSouza
07/30/2021, 12:19 AMsuresh
07/30/2021, 4:00 AM