Mr zhan

Results 83 issues of Mr zhan

when my assets folder is empty,it's will be flambe get error here is test code. ``` private static function onSuccess(pack:AssetPack) { var texture:Texture= System.createTexture(100, 100); texture.graphics.fillRect(0xff00ff, 0, 0, 100, 100);...

haxe -main PhysicsMain -lib nape -D NAPE_RELEASE_BUILD -dce no -lib flambe -cp src -dce full -debug --no-opt --no-inline --macro flambe.platform.ManifestBuilder.use("build/web/assets") --flash-strict -swf-header 640:480:60:000000 -D fdb -D advanced-telemetry -swf-version 11 -swf...

get the original bitmapdata from assetsLoader. some times I want to get the original bitmapdata instead the bitmapdata resize by Stage3DTexture because: 1:flambe have no setPixel /get pixels, but setPixel32......

## Expected Behavior haxe/ui/backend/html5/EventMapper.js:35:14: support gens lib ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1.build a simple haxeui project 2. compile with gens https://github.com/benmerckx/genes 3....

haxeui target html5 the resolution of haxe ui was wrong when win10 setting display scale and layout model change to 200%(recommend). my notebook is 3000X2000 resolution . in the dialogue...

not support other platform except PC I try to switch Android/web ,it's show this error Assets/KopiLua/lvm.cs(380,57): error CS0246: The type or namespace name `op_delegate' could not be found. Are you...

```go package main import "fmt" func main() { var a, b, c int a = 10 b = 20 c = a + b fmt.Printf ("result: a = %d, b...

``` func main() { i := 1 fmt.Println("pointer:", &i) //got 0x0 ,should be 0xc000014088 } ``` both target node js and hl got same result.

```go package main import ( "bufio" "fmt" "io" "io/ioutil" "os" ) func check(e error) { if e != nil { panic(e) } } func main() { dat, err := ioutil.ReadFile("./bin/go.txt")...

```go package main import ( "encoding/json" "fmt" ) func main() { strB, _ := json.Marshal("gopher") fmt.Println(string(strB)) } ``` ```haxe function main():Void { var __tmp__ = stdgo.encoding.json.Json.marshal(Go.toInterface("gopher")), strB = __tmp__.v0, _...