MKI

Results 11 issues of MKI

as soon as the process the overlay is attached to loses focus the following happens: - Electron application hangs - Dev tools stops accepting commands, instead hanging whenever i try...

Not sure if this is the correct place to post this, however, I personally find the mod icons on the site to be quite difficult to see because the icons...

area:scoring
type:cosmetic

If you have an array of classes and you try and index a non-existent index. It will allow you to call methods just fine. But if said method tries to...

After pressing "delete" and "end" a few times the application crashes. ## Expected Behavior End should move the caret to the end, and then delete should do nothing (as usual)...

4 characters is very little, 5 or 6 would be ideal.

proposal
area:team

Heya, There are some externs that I'm using that make use of the "overload" functionality provided in Haxe. Currently this is not supported. ```hx class Test { public extern inline...

![Image](https://github.com/user-attachments/assets/3633fd2e-f7a5-4155-b09f-ded2779db0a9) This is my last issue xD 😅 I'm probably doing something wrong but when I set it to use "HXML" or "Haxe Compiler" running will work fine, but debugging...

Good evening, I needed this define to run on the emulator and couldn't find this in the documentation. I had to look through the toolchain XML files to find it....

Given that I have the C++ target configured and using the following code: ```hx class Test { public function new() {} } #if cpp var x = new Test(); #else...