-
The following code:
```kotlin
application {
Window(onCloseRequest = ::exitApplication) {
Surface(modifier = Modifier.fillMaxSize().onSizeChanged { println(it) }) {
…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at c…
-
**Do you want to request a *feature* or report a *bug*?**
A feature.
**What is the current and the expected behavior?**
Let's imagine that `` renders a child component, and the child component kn…
-
**Describe the bug**
```
ATAL EXCEPTION: main
Process: com.ainoapp.aino, PID: 9822
java.lang.NoSuchMethodError: No virtual method at(Ljava/lang/Object;I)Landroidx/compose/animation/core/KeyframesS…
-
**Describe the bug**
Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
at androidx.compose.foundation.layout.FlowLayoutKt.minIntrinsicMainAxisSize(FlowLayout.kt:486)
at …
-
## Constats
1. Il y a peut-être des problèmes de communication : dans ce cas, à l'agglo d'apporter des précisions et de la clareté
2. Au delà des incompréhensions liées à la communication, il y …
-
### What Operating System(s) are you seeing this problem on?
FreeBSD Wayland
### Which Wayland compositor or X11 Window manager(s) are you using?
Hyprland 0.26.0
### WezTerm version
20230408-1124…
-
When I updated to Compose Multiplatform `1.6.0-beta01` the following exception is thrown when I use a `androidx.compose.material3.LinearProgressIndicator`:
`java.lang.NoSuchMethodError: No virtual …
-
Hi there,
Thanks for the great work with this package.
I wonder if it would be possible to upgrade it with a more recent Grafana version.
The docker file uses version `v6.5.1` which is a fairly o…
-
Is there a specification of the vec file format available?