Zhao Wang
Results
2
issues of
Zhao Wang
Int64 can be saved to database, but if the Int64 is bigger than Int32.Max, when read that number back from database, it is an unexpected value.
I got this when I do something like this: 1. Bind the function from native side: ``` start := time.Now() hrTimeFunc, err := v8go.NewFunctionTemplate(iso, func(info *v8go.FunctionCallbackInfo) *v8go.Value { elapsed :=...
bug
enhancement