Dmitri Shuralyov
Dmitri Shuralyov
> I haven't considered that approach. I was considering the `gopherwasm/js` package only. Can we discuss that approach? My understanding is that using `gopherwasm/js` is a good idea in the...
> Obviously, the former seems more desirable. Ok, it sounds like you're feeling pretty strongly about avoiding having two implementations of the high-level `websocket` package (one using `syscall/js`, the other...
This is a valid enhancement request. I've already implemented this in `github.com/goxjs/gl` package, see [here](https://github.com/goxjs/gl/blob/14430cdb00a82028937b9598346316553f100ee1/gl_webgl.go#L486-L488). It's also implemented in `github.com/shurcooL/gogl` package, see [this commit and its discussion](https://github.com/shurcooL/gogl/commit/8a929c179e812bd1579d68a1cf7262b0d8db6103), but that `gogl`...
Have you seen the example in the README? https://github.com/gopherjs/webgl#example
This is also a valid feature request. This is WebGL-specific (and therefore less portable), unlike #11, but it is faster because image decoding happens in fast browser (C++) code rather...
Sorry about the slow response. My concern here is that this project doesn't have an active owner/maintainer. Adding more functionality here makes it even harder to maintain. This was the...
Hey, thanks for the detailed analysis and the mention @theclapp. I am absolutely interested in looking at this issue and finding an optimal solution. But realistically, I won't be able...
Awesome find @theclapp! We'll definitely need to resolve this bug in GopherJS first, then it's likely this WebSocket issue will either go away, or be easier to fix.
> - Download and install Go (version 1.5+ recomended, check go version) via https://golang.org/doc/install I would just add one more important (and easy to miss) point there, Go requires you...
> easily run into problems [related](https://github.com/mailgun/godebug/commit/e5ba457312a994ebe0adbecfbc1d55769035fbf6) to [this](https://github.com/golang/go/blob/9d0239771a2ddd77be0ba64c2782e1328a378190/src/cmd/go/pkg.go#L805-L811). The latter is being addressed for Go 1.5 in https://github.com/golang/go/issues/10509! \o/