Liam
Liam
It is currently not possible to use any user-selected font in a Jetpack Compose Desktop app, as there is no way to load a system font at runtime. I'm trying...
I am trying to write a Link extension which will pull in content from an external file. I've based my code on the *ext-media-tags extension* so far. My use-case is...
If I create a simple Ktor route in a Kotless project, e.g.: ```kotlin get("/test-delete") { call.respondText("This function needs to be deleted") } ``` This deploys successfully to AWS and appears...
After adding two sprites to a new, blank spritesheet, Texture Packer crashes while I am trying to choose a destination folder. Log is: Application Log ``` Version: 4.10.0 OS: Windows...
I notice that there's no support for ARM linux platforms in kotlinx-datetime (a common problem across K/N projects, sadly!). Specifically, I am writing for the Raspberry Pi (linuxArm32Hfp) and it's...
Hi, In both my own code and on the demo page at https://schne324.github.io/dragon-drop/demo/ none of the callback functions are executed. Given this basic example: ```js dragonDrop .on('grabbed', (container, item) =>...
You can override the default style of many UI components by setting the View.uiSkin value. Below I've set a green colour on the elements. This works for basic elements like...
## Summary In Modal dialogues, the footer can contain buttons. But unlike most systems, Flowbite-svelte left-aligns everything in the footer slot. How can I pull this to the right, where...
I've been attempting to work through the example from https://play.kotlinlang.org/hands-on/Introduction%20to%20Kotlin%20Native/01_Introduction but it's impossible to compile from a Windows machine. The build.gradle.kts files listed on the web page do not work....