-
after I setup ipv6 on my computer, I now get `Failed with error: std@host_resolve` errors trying to interact with haxelib, and, sure enough, there is no `AAAA` dns record set up, so ipv6 fails to reso…
Jan69 updated
3 weeks ago
-
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://…
-
When building a haxe project that include the concurrent library against the HashLink target, I get the following error:
`/haxe/lib/haxe-concurrent/5,1,3/src/hx/concurrent/Future.hx:13: characters …
-
I'm trying to make haxe & haxelib work as self-contained binaries without the need of installing haxe, haxelib or neko globally on the computer.
I managed to get something almost working following …
-
With Haxe 4.3.0, projects and libraries can document custom defines/metadata: https://github.com/HaxeFoundation/haxe/pull/10858
Would be nice to get IDE integration for these features.
Currently…
-
He guys, so when I try to run the command `haxelib run lime flixel`, this error shows up:
Error: Could not process argument tools.hxml (file not found)
Invalid character:
Any help is appreciate…
-
There is an example go2hx library in [go2hxdoc/example-project](https://github.com/go2hx/go2hxdoc/tree/master/example-project/example-haxelib).
### Issue 1
The [command line to run a test agains…
-
I have been playing with inline markup/xml feature of Haxe, but noticed a problem with code completion: no matter what the macro is returning as expr in place of the `@:markup` meta, code completion w…
-
### Describe your problem here.
i am late ye but still...
source/Main.hx:79: characters 61-65 : Float should be Int
source/Main.hx:79: chara…
-
## Issue description
I am trying to do some basic development work with Haxe and OpenFl. I can get OpenFl projects and samples to compile, but I can't get them to run. I get this error:
```
Could…