-
When making a window undecorated, the area that you can click in the corners on macOS is sigificantly smaller than when the window is decorated. This leads to frustration as you are tying to get the m…
-
Is there any branch or PR working on a K2 update? I started working on this and it seems like a heavy task so I'm wondering if anyone else has started.
-
I'm using realm in my kmp app, I know that realm isn't compatible with web yet so I want to run web without realm library but I keep on receiving an error
```
Could not resolve all dependencies …
-
**Describe the bug**
Hi
I want to set `includeFontPadding = false`
But that not found in `platformTextStyle`
What should i do?
**Affected platforms**
Select one of the platforms below:
- All
…
-
Full stack I get when running a release distribution of my site:
```
Uncaught TypeError: t.h14 is not a function
at Ae.f14 (Standard.kt:158:24870)
at Recomposer.kt:1078:39
at Bf (Sn…
-
Using compose library version 1.1.0-alpha04, we are able to make use of the below function in a headless environment. However, after bumping to 1.2.0, we encouter this error:
```
java.awt.Headless…
-
Currently, if you attempt to serialize coroutine state via standard Java Serialization the tree of reference leads you to the objects defined in `kotlinx.coroutines` like `StandaloneCoroutine` (which …
-
When we run on a Liberty action on a project, the focus is not automatically pulled to the corresponding terminal window for the project (if it was not already there) even though we set visible and re…
-
I use Intellij IDEA and am unable to get debugging working with browserify's sourcemaps. The people at JetBrains think it's a browserify problem, as there have been a [couple](https://devnet.jetbrains…
-
Hi 👋🏽 I need a component to listen 3 types of mouse clicks:
a) single left click (aka primary)
b) single right click (aka secondary), and
c) double (left) click
I've experimented with `Modifier.…