Mr zhan

Results 83 issues of Mr zhan

how about consider es6 Decorators in Haxe. [link0](https://www.typescriptlang.org/docs/handbook/decorators.html) because [cocos creator](https://github.com/cocos-creator/helloworld-typescript/blob/master/assets/Script/Helloworld.ts) use that for beautiful code custom component definition.

enhancement
backlog

haxe4 preview5:how to fixed implements Dynamic is only supported on externs in fastxml.hx?

[testhashlink.zip](https://github.com/HaxeFoundation/neko/files/3655497/testhashlink.zip) also, run crash in hxcpp, https://github.com/HaxeFoundation/hxcpp/issues/853 but HashLink target run well.

try catch is not work on mysql. when MySQL was disconnect or something error ,hl will crash. try { cnx.request(q); } catch (e:Dynamic) { trace("error: " + Std.string(e));//will crash. won't...

```hxml -cp src -main Main --cpp bin/cpp -D dll_link -D HXCPP_M64 -D HXCPP-DEBUGGER ``` and Main.hx ```hx package; @:nativeGen class Main { public static function main() { trace('hello dll'); }...

how to support utf-8 for trace ? -D What?

build with emcc -D emscripten got this error. haxe:4.0.5 hxcpp:git -------------------------------------------- Error: shared:WARNING: ignoring -fPIC flag when not building with SIDE_MODULE or MAIN_MODULE /root/haxe/haxelib/hxcpp/git/src/hx/libs/std/Sys.cpp:174:14: error: use of undeclared identifier '_wsetlocale';...

[test.zip](https://github.com/HaxeFoundation/hxcpp/files/3655453/test.zip) run in hxcpp got nothing error information but crash. but Hashlink target run well. @hughsando

cpp.Pointer is null when build for windows x64 hxcpp version is 4.0.8 ,haxe version 4.0.0 rc2 build and test use this project https://github.com/wighawag/hxcpp-test and win32 is build and run ok...

http://tubemate.net/ I just test this web browser or wechat browser ,found that may be flambe auto switch code is wrong on that browser, hope can fixed that .