Mr zhan

Results 83 issues of Mr zhan

Type not found : stdgo.regexp.Regexp

try to test some base lib at go `go version go1.13.8 linux/amd64` ` ./go2hx github.com/buger/jsonparser` `type expr unknown: *ast.BinaryExpr type expr unknown: *ast.BinaryExpr type expr unknown: *ast.BinaryExpr type expr unknown:...

library conversion
good test case
build time error

![image](https://user-images.githubusercontent.com/748320/63409191-41e5f600-c423-11e9-9861-d6263f96efef.png) is that possible overload in c++ warp API to hl?

enhancement

I just learn snowkit's linc and there are lot's of lib wrap c or c++ libs. https://github.com/snowkit/linc_enet and what I want to ask , is ammer better than snowkit or...

[wish librarys]Please consider bring a complete example use ammer current Hashlink has Libuv socket framework, but there is no WebSocket framework. Maybe consider importing **uWebSockets** or **Libwebsockets** to showcase what...

``` @:expose typedef GameType ={ var id:Int; var ?name:String; } ``` will gen ``` export type GameType = { id: number; name: string; } ``` should be ``` export type...

Cannot render type haxe.io.Encoding into a TypeScript declaration (TODO?) ` @:expose class Person { public var name:String; public function new(name:String) { this.name=name; } public function say(to:String) { var b= Bytes.alloc(10);...

there are extra datas when from Client send binaray data to Server I not sure it's hxWebSockets 's bug or something else . can you make a small test?

how to get ip from connect socket?

[question]is this lib can be use as http server? something like https://github.com/haxetink/tink_http?