Jonathan Hall
Jonathan Hall
> just returns true/false without managing delays or attempt counting, etc. I would expect the callback itself to handle the delay and attempt counting. I mentioned in my original comment...
I've begun work on this, and intend to create a PR before too long.
My local testing still shows an inconsistency between Go and GopherJS: ``` jonhall@ivy:~/src/test$ cat main.go package main import ( "fmt" ) func main() { x := uint(4294967295) fmt.Println(x * x)...
> Would you share a bit more context? go list has a lot of different flags and modes.. I'd actually be happy with `gopherjs list` simply calling `go list` under...