flashultra
flashultra
When I check awesome list ( https://github.com/sindresorhus/awesome#programming-languages ) for different programming languages I didn't see Haxe there . Is this awesome-haxe library was planning to be part of awesome list...
This pull request add BigInteger type in Haxe . The implementation is created by Chuck Batson and I have his permission to relicense his code under the Haxe license (...
I run [nsfw_model](https://github.com/GantMan/nsfw_model) , as separate module, using [latest model](https://github.com/GantMan/nsfw_model/releases/tag/1.1.0) and compare the result with [nsfwjs.com](https://nsfwjs.com/) and there are some big differences. At example from nsfw_model I've got the following...
I tried to run : neko run.n test/ out/ , but got the following error: target HX file: /home/jjon/hxlib/as3hx/1,0,3/out/issues/Issue65.hx WARNING: There is XML that may not have translated correctly in...
Is it possible to get peer address ( IPv4 or IPv6 ) and sock address via uv_tcp_getpeername or uv_tcp_getsockname ?
This is WIP . At the moment I add new table Downloads where every haxelib install will be counted per day. The main problem is how to show this data....
When set iconPosition = "center"; and have textAlign = "center"; on button , both ( text and icon ) are set on the left side of the button. ( using...
Target : openfl [8.2.2] haxeui-openfl [ new-component-methid] Compile to : html5 In my project.xml I have : `````` so all resources are loaded asynchronously. Also I have : ```haxe var...
Is it possible vshaxe automatically to add a semicolon? In Eclipse have a option to inserts the semicolon at the end of the line when type it. In Emacs can...
Wrong rendering on | operator on https://code.haxe.org/category/beginner/pattern-matching.html