-
When I try to get autocompletion to work I get the error in the title.
build.hxml:
```
-main Test
-neko Test.n
```
Text.hx (I'm trying to get autocompletion on test):
``` haxe
class Test
{
pub…
-
Just in case somebody runs into this: The current haxelib 4.0.0 version of this project doesn't contain the current, latest sources. At least ByteRange was updated. :)
So I copy pasted the content …
-
# SourceRank 2.0
Below are my thoughts on the next big set of changes to "SourceRank", which is the metric that Libraries.io calculates for each project to produce a number that can be used for sor…
-
**Environment**
macos monterey 12.1
haxe 4.2.4
hxcpp 4.2.1
The error can be reproduced by compiling the following two modules for the cpp target.
```
//LogManager.hx
package log;
@:nativ…
-
The Host class API is not able to handle IPv6 adresses. I currently dont have any idea how a better API should look like. May it would be a good idea to deprecate the Host class and replace it with an…
-
The first goal is to have the compiler written in Haxe and generating the corresponding OCaml code, allowing for a more familiar syntax for potential contributors and compiler team. At longer term, th…
-
## Erroneous Behavior
Option "-t" fails with error message:
```
~/Desktop$ topgrade -t
unknown command: attach-client
```
## Expected Behavior
Should run topgrade in *tmux* environment
## …
-
Hi,
I'm new to Haxe and the Heaps engine, and I'm attempting to build a simple RPG game for learning purposes. I decided to use the gameBase repository as a starting point. However, I'm encounterin…
-
[weed]: (FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE)
[weed]: (OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!)
[weed]: (DO NOT POST ABOUT ISSUES FROM OTHER FNF MOD ENGINES! I CANNOT AND P…
-
This came out as a hot topic on the godot facebook group.
Right now the open source community is looking for an open standard json file format that stores animation data in the form of keyframes.
We…