vdshb

Results 30 issues of vdshb

When I use ControlsFX inside IntelliJ Idea under Linux, I'm getting `java.lang.RuntimeException: ControlsFX Error: ControlsFX null requires at least Java Version 9` in Scene Builder window. Problem occurs because in...

I want to check exception that my KSP processor throwing. But compilation.compile() is not re-throwing it, but logging instead: ``` e: Error occurred in KSP, check log for detail e:...

Improve `SplitPane` programmatic configuration through changes in `SplitPaneState`. Add programmatic `SplitPane` programmatic configuration changes to demo.

WASM is a new experimental target from JetBrains from 1.8.20. They a planning to move from JS to WASM eventually. The support would be especially beneficial for library authors whoes...

enhancement ✨
framework 🏗️
pinned 📌

### SQLDelight Version 2.0.1 ### Operating System Debian GNU Linux amd64 (bullseye) ### Gradle Version 8.4 ### Kotlin Version 1.9.20, 1.9.21 ### Dialect SQLite ### Describe the Bug Trying to...

bug

I'm trying to understand how `idleScanTime` works. I've created a test, and can't realize why it fails. It looks like a bug to me. ```java public class Test { public...

bug

I'm configuring atomic gradle plugin (`org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.22.0`) in `build.gradle.kts` as documentation said but I can't add ``` atomicfu { transformJvm = true } ``` as `Project.atomicfu` is unavailable. Reproducer (see last...

bug
gradle
atomicfu-extension

I've found no word about using atomicFu without gradle/compiler plugin in the documentation. I quickly looked at `AtomicRef` platform implementations and it seems they are thread-safe themself. I havn't anailsed...

docs

kotlin 1.9.10, atomicfu-gradle-plugin 0.22.0 with default config Code example: ``` import kotlinx.atomicfu.atomic import kotlinx.atomicfu.update class Test { private val foo = atomic(1) init { foo.update { 2 } } }...

bug
compiler-plugin

`wasmJs` KMP target became available in NodeJs. This is a proposal to make `kotlin-node` wrappers available on this new target.