-
C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access
Help how do i do fix this
-
See http://haxe.org/blog/importhx-intro.
This probably requires a `haxeVersion` to be added to the config, so you don't get unnecessary warnings if you're targetting older Haxe versions?
-
@davidetan This is another issue, if the loops between animations are all true, transition errors will occur. Thank you again for your investigation.
```haxe
background.color = 0x333333;
…
-
I installed haxe 4.3.1 for a project that previously used haxe 4.3.0-rc.1+966864c. It works well on every target but java, where it throws the exception below. Haxe 4.3.0 has the same problem too.
…
-
There's an issue on bone inheritance. The following example renders in editor like this:
While it renders on haxe runtime (both starling and flixel) like this:
It renders correctly in ot…
-
`var entities:Array = new Array();`
where Entity is a regular Haxe class. This code is translated to:
`::Array< ::Dynamic> entities = ::Array_obj< ::Dynamic>::__new();`
And to get access to any …
-
Hi @Gama11, thanks a lot for all the work on VSHaxe!
I'm implementing a Language Server for a custom language and I would love to use Haxe to do so...
I've been trying to figure it out from this …
-
# Strict typing for stringly-typed extern code - Abstract types - Haxe programming language cookbook
A common pattern, often found in (but not only in) dynamic languages, is to denote the type of som…
-
```
It would be nice if FD could recursively check parent directories of open files
until the path is not ambiguous anymore:
http://simn.de/haxe/fd_object_map_ambiguity.png
In Sublime Text 2 these a…
-
Right now these tools focus on using graphql merely as a schema / type description tool.
For me, this is my primary use case -- generating Haxe type definitions from a graphql schema. As such, my n…