Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

Thanks. I was able to run the tests. I had to fix up `github.com/rusco/qunit`, and I've also made improvements to the tests here. 2 PRs coming.

For posterity. Due to a change in GopherJS (done a while ago), it's not enough to do `gopherjs build` in `test/test` dir, need to do `gopherjs build -o index.js` or...

Thanks @bep. Having a reference for how to install `gopherjs` in Travis is helpful. However, it's not enough to resolve the testing for this package, because these tests require the...

I'm not opposed, it would be very helpful. If you're able to set it up, I can help with review. For code quality checking, do you mean running `gofmt -d...

Please feel free, I'd be happy if it's a helpful resource!

Thanks for doing the work to improve the status quo here, @nightexcessive. I don't have much bandwidth to look into Sauce Labs and all the details, but what you're describing...

Just a dumb idea, but can we check the `ReadyState` value in `Send`?

> I wonder if there's a way that we could capture the exception and return it, though. I agree that would be better. It's clean, correct, consistent, and doesn't incur...

Thanks for opening the issue, and for sending a draft PR! I tested it with one of my projects that uses WebSockets just now, and I can see that it...

This is great, thank you for working on this @nightexcessive! I tested this quickly with [one of my projects](https://github.com/shurcooL/eX0/tree/master/eX0-go#readme) that uses WebSockets substantially, and everything was working as expected when...