Kevin Leung
Kevin Leung
@emugel My general principal is not to introduce any new metadata for documentations. Other than that I don't have much opinion. Because the default formatter was just something that I...
I think we could do something like this ```haxe class ProxyClient implements ClientObject { var client:Client; var settings:ProxySettings; public function new(client, settings) { this.client = client; this.settings = settings; }...
Any updates?
Nice demo! It would be nice if you can post your source somewhere I can take it as an reference
Do we have any updates on this one?
thx.core supports UTC dates. But I am not sure what to do with DST.
Even the example won't work on cpp ``` haxe var lua = new Lua(); lua.execute("function add(a, b) return a + b end"); var result = lua.call("add", [1, 5]); // returns...
I have fixed the whole bunch of thing in [this fork](https://github.com/kevinresol/hx-lua). Also added flash support.
That's already fixed in my fork. Feel free to use. On 3 Apr, 2015 10:35 am, "zaxebo1" [email protected] wrote: > @kevinresol https://github.com/kevinresol : _PDeveloper has left some > comments for...
I think the readme has clearly stated that the function takes _expressions_ and the supported expressions are already listed. This falls into the third case and the reason of your...