Mike Sinkovsky

Results 39 comments of Mike Sinkovsky

Yes, `dispose()` is not called when container class disposes children - it calls `free()`. More precisely - libiu calls `ctl.pointed.Destroy`, and it calls `free()`. About `uiOnShouldQuit()` not called - I...

Done, in just published version 0.1.7. But it published for not yet announced Kotlin 1.3.70, so you can either - wait for official Kotlin 1.3.70 release - use 1.3.70-eap-42 from...

You mean 64-bit only example? Just pushed to `kotlin-dev` branch of `hello-libui`, works for me. But I do not want to merge it to `master` until Kotlin 1.3.70 will be...

It's easy to add it to this Kotlin wrapper, but problem is that currently upstream project did not publish artifacts for arm linux. You can try to add arm targets...

I too not familiar with azure, sorry - but it's ubuntu multiplatform, so should support cross-compiling to arm and arm64, AFAIK. If contribution cannot go to upstream - well, it...

Frankly - I don't know, and definitely will not do it myself. I just do not have enough free time and TornadoFX knowledge. But if someone volunteered - PRs are...

As general direction - yes, it should support some data-binding, but I think it should be separate library. No concrete plans for now.

About tests - `test` directory was here from very early days of development, and still not used. Maybe it should be removed or cleaned - I still don't figure out...

I'm not competent in this area, but to me it looks overcomplicated. Can it be just some `data class`, something like is done for tables? `checkbox(Data::checkbox)` Maybe more clean way...

Well sorry I just never published anything on maven central. Do you know any relatively simple project that can be used as a template for publishing from GitHub CI?