vdshb
vdshb
Way to reproduce the issue: 1) Create simple javaFx projecdt with single FXML form 2) Open project with intellij Idea (I used ULTIMATE). 3) Open FXML file and set up...
I've added a PR
It seems `org.jetbrains.kotlin.plugin.atomicfu` is not a new publication but a new plugin. The experimental one or a replacement for currently mentioned in the documentation. I'd actually prefer to try it...
I'll appreciate any configuration tips or workarounds
This issue might be related: https://github.com/cashapp/sqldelight/issues/4062
BTW, I'm not slightly insist on changing the demo-app. I just thought this change might be benificial. It might be easily reverted.
@m-sasha , could you please review this PR?
@m-sasha , @MatkovIvan What can I do to clarify the state of this PR? It's pretty small (tiny if you are not interested in demo-app changes), but it's ignored for...
> I'm not sure what the change to `positionPercentage` is trying to achieve. Effectively it's making `positionPercentage` settable as well. I've just overcomplicated it initially. You can revert `SplitPaneState` and...
@turansky I'm creating a KMP class which starts child process in different targets. It supports kotlin/js and uses ``` node.childProcess.ChildProcess node.events.Event ``` from **kotlin-wrappers**.