Leonardo

Results 5 comments of Leonardo

rather than a spawn delay, I believe it would be better to have an option to block duplicate inputs within a short time frame. I've personally ever had this issue...

This is similar to #11332, but for nullables rather than parameter enums

`-D analyzer-optimize` is currently not an option for us because it breaks hl.I64 operations. See #12031

Also in this situation ```haxe var v: hl.I64 = 4; trace(v != 2); // implicit cast deprecated trace(2 != v); // no warning ``` you get the `Implicit cast is...

> Do you really only get one? Yes, only one warning both with and without the inlines ``` $ haxe.exe test-haxe.hxml WARNING Main.hx:155: characters 17-28 155 | var flipedx =...