Jakob K
Jakob K
The desktop implementation for menus is missing the `ExposedDropdownMenuBox` composable. Additionally, all classes related to exposed dropdown menus are missing as well, including the important `ExposedDropdownMenu` and `ExposedDropdownMenu.TrailingIcon` classes.
Color gradient utilities would be very useful for the text builder.
Is there a simple way to tie some kind of mutable state directly to an URL parameter in a simple way? ```kt val myParameter by remember { urlParameterState("myKey") } //...
I have a multi module Gradle project, where each module has to upload a jar file to the same version on Modrinth. (Modrinth itself supports that, and it is already...
### Describe the bug Installing the `directplay` dependency seems to work at first, but every time your start the game (e.g. Stronghold HD or Stronghold Crusader HD) it is missing...
Ein Beispiel dafür wäre ein Schildkrötenhelm, welchen man sich Optional anziehen kann.
## Describe the bug `MultiLayerComposeScene` and `SingleLayerComposeScene` provide the option to set a `coroutineContext` parameter. `FrameDispatcher` also provides the option to pass a `CoroutineScope` or `CoroutineContext`. However, using a scene...
Enabling `hackEarlySend` - because I am using LuckPerms - causes all players to connect as "offline" players. (When `hackEarlySend` is set to false (only possible without LuckPerms) everyone is in...
Since Paper removed the version strings from most packages, it is easier now than ever to fully implement `silk-paper`. In the past year, I also removed all dependencies on `fabric-api`,...