Barış Yıldırım
Barış Yıldırım
There is no problem because the Array starts without elements. ```haxe var integers:Array = []; integers.push(10); // Index 0 integers.push(8); // Index 1 var integer1:Int = integers[0]; var integer2:Int =...
> 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...
> Hello, @hughsando! Any comment on this issue? Can you try to repro? It needs to be verified again by a anothet dev because it's been so long since I...
Looks like problem also appears on hashlink and neko target, i think both implementation is missing something. JVM is clearly working.
I added `Connection: close` for fix possible connection keep problem but does not work.
cpp problem ```ex [ERROR] D:/haxelib/haxe-concurrent/5,1,5/src/hx/concurrent/collection/SynchronizedMap.hx:260: characters 49-53 260 | inline public function size():Int return map.size(); | ^^^^ | haxe.ds.HashMap has no field size ```
I think best solution is using native http api of apple os. The sample code is a nme wrapper, so it requires a few changes to compile. Below is an...