Hajime Hoshi

Results 678 comments of Hajime Hoshi

After fixing #4, we still have System.IndexOutOfRangeException issues.

The minimized test case for this issue ```go package main func bar(a, b int) int { return b } func foo() string { return string(make([]byte, 0, bar(3, 24))) } func...

Fixed the issue. The current issue is: ``` === RUN TestFp Unhandled exception. System.Collections.Generic.KeyNotFoundException: open at Go2DotNet.Test.AutoGen.JSObject.DictionaryValues.Get(String key) in /Users/hajimehoshi/go2dotnet/test/gen.cs:line 54198 at Go2DotNet.Test.AutoGen.JSObject.Get(String key) in /Users/hajimehoshi/go2dotnet/test/gen.cs:line 54533 at Go2DotNet.Test.AutoGen.JSObject.ReflectGet(Object target,...

Does this work with GLFW?

https://github.com/glfw/glfw/issues/2011

e.g., https://go-review.googlesource.com/c/mobile/+/198322