Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

What should the API for this look like? Does GopherJS have a concept of a distinct compiler and **linker**, @neelance? Would we want to support any other of go linker...

This issue will not be automatically/immediately resolved by my WIP implementation of #388. It will be possible, but there's still custom work needed to support this for JS environment. That's...

@neelance, how do you feel about this? @alkchr, GopherJS started out with `Object` being an `interface` originally. However, it made the change from that to pointer to `struct`, because it...

This looks like a bug or incomplete implementation of `MakeWrapper`. [Its documentation](https://godoc.org/github.com/gopherjs/gopherjs/js#MakeWrapper) says: > MakeWrapper creates a JavaScript object which has wrappers for the exported methods of i. Use explicit...

This is a cool finding. In general, it's pretty awesome when there are fast low-level implementations available in the browser that map 1:1 to something the Go standard library exposes....

(The comment is likely gone because I left it on a line in the diff that has since been removed from the PR when you force pushed a single squashed...

No need, if it's needed to resolve the issue, then it belongs here. I wasn't sure that was the case.

I've read https://github.com/nodejs/node/issues/14567. My question/suggestion, can we isolate that issue to CI only, with a comment to that issue? I'm not happy with the complexity it adds, so the smaller...

I see you tried something like that in f24a681bb3a8029d078355754b7a880443f732f6, why didn't it work?

Can you please link me to some failures that result from not setting `ulimit -s` to 10000?