Sergii Fesenko

Results 9 comments of Sergii Fesenko

> As you can see KOTLIN_HOME env goes first while resolving kotlinc. > But here also everything looks okay for me. It's not ok, since kscript makes wrong assumption about...

1. everything fine with sdkman, this issue about Archlinux and [kotlin package](https://archlinux.org/packages/community/any/kotlin/) from official Archlinux repo (as mentioned by @CLOVIS-AI ) 2. Assumption, that kotlin binaries are placed in $KOTLIN_HOME/bin...

4.0.0 is last version that works Added dockerfile as test this succeed > docker build -t kts --build-arg VERSION=4.0.0 . but this failed > docker build -t kts --build-arg VERSION=4.1.0...

confirm that issue is present in mac os (sequoia 15.5) and not present in linux (archlinux gnome 48)

Yes, it's macOS with retina display. Tab behave, like title bar - clicking doesn't switch tab and drag whole app window. It reproduces mostly for lower resolutions (default 1728x1117 and...

Yes, this helps. All screen resolutions that I tried, produce 2 combination of (height x width x border) values: - it works with 32 x 112 x 16 (mostly higher...

Changes above works correctly: - scale is 2.0 for "bad" resolutions and 1.0 for "good" - so height, width and border always set to 32, 112 and 32 - function...

.desktop file must be placed either at `/usr/share/applications` or `~/.local/share/applications/` (`$XDG_DATA_HOME/applications`) to be visible to UI launchers and desktop environments. Usually, it's responsibility of distro package maintainers, to add extra...