Barış Yıldırım

Results 46 issues of Barış Yıldırım

![image](https://github.com/HaxeFoundation/intellij-haxe/assets/25794892/29dcf9c0-7e8f-421f-9cfa-fb83b9c52aec) Even though I exclude the out folder, sometimes when I say go to the source of a haxe class, it takes me to the source in the out folder...

Debug support for hxcpp used to be available in the past but I think it was removed, any plans to bring it back?

As you can see, it thinks the haxe version is low because it doesn't detect it automatically. ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/25794892/637c7382-fcfc-42e0-83db-acf4fff9e971) As in the image, it is necessary to add the haxe version...

Work in progress
Release-1.4.22

Abort build button (Red Button), instead of canceling the build process, cancels the execution of the application after the build is finished. ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/25794892/870432cf-0e4e-4f22-a097-0be37249d2f3)

```haxe class Test { static function main() { trace("Haxe 4.2 overload example"); var doc = new Document(); doc.append('hello'); doc.append(new Image()); doc.append(new Table()); } } // stub a Document type (doesn't...

I found a bug that froze the application. https://github.com/openfl/lime/blob/1c8ecd30eab3f2b5840a9f8abf3887d8be35aa2d/project/src/net/curl/CURLBindings.cpp#L2506 in this line, curl_multi_perform some times takes too many times due to curl_getaddrinfo. If you resize the window (or collect gc)...

If you have an application that constantly allocate/deallocate and you think you are experiencing memory leak problems, the problem is that this feature is not supported by Lime. This feature...

If Bytes is used to hold and process bytes instead of vectors, much, much better performance can be achieved on every platform. https://api.haxe.org/haxe/io/Bytes.html https://api.haxe.org/haxe/io/BytesData.html

### TL;DR The Rustdesk installation script does not force the use of keys, so anyone who knows the IP address can use the Rustdesk relay server. ### Expected behavior If...

bug