-
### Package name
haxe
### Package homepage
https://haxe.org
### Description
Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler.
### Does …
-
The 4 Debian based images (`haxe:4.3.6-bookworm`, `haxe:4.3.6-bullseye`, `haxe:4.2.5-bookworm`, and `haxe:4.2.5-bullseye`) are failing to build after we merged the most recent [Debian update](https://…
-
I've a proyect of 3M of characters
Is it possible in the future to leave a maximum of 1M characters?
The [native exporter](https://try.haxe.org/#74D80040) of the haxe code to JS is horrible compar…
-
Source code is:
```
public static function canAdd(a : Int, b : Int) {
var v = a + b;
if (a > 0 && b > 0 && v < 0)
return false;
return isPrecise(v);
}
```
The generated …
-
### Issue Checklist
- [X] I have properly named my issue
- [X] I have checked the Issues/Discussions pages to see if my issue has already been reported
### Platform
Compiled from GitHub Source Code…
-
Haxe Code:
https://github.com/boorik/smartfox-haxe-client/blob/d7a10b57dc389bef19eab7508480cbd9df4739d4/com/smartfoxserver/v2/SmartFox.hx#L939
https://github.com/boorik/smartfox-haxe-client/blob/d…
-
# Hello World - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/introduction-hello-world…
-
I profiled my code and found this strange behavior.
```Main.hx
package;
typedef Slot = {
var data: Int;
}
class Main {
static function main() {}
static function…
-
-
## Description
In Go, each assignment of a function to a variable creates a distinct instance, so pointers to these function variables should compare as **different** even if they reference the sam…