Dmitri Shuralyov
Dmitri Shuralyov
I think a great starting point for a style guide is for it to point to some existing bindings/libraries from https://github.com/gopherjs/gopherjs/wiki/bindings and suggest using them as a source to learn...
Thanks for reporting this and sending a PR. The last time we dealt with this issue was https://github.com/gopherjs/gopherjs/pull/681. I have a question about this. Why it is that sorting .go...
Use gzip compression. I'm routinely making 1.5-2 MB GopherJS output .js files as little as 200-250 KB by using it. It helps a lot to make the generated output more...
> IMO 69kb is still kind of a lot considering the source is 296 bytes, but that's much better than it was. The source was less than 300 bytes, but...
> `js.NativeObject` In my opinion, I would prefer to have less magic, rather than more. There's already quite a bit to keep in mind, see https://github.com/gopherjs/gopherjs/wiki/JavaScript-Gotchas. The benefit should be...
Here are additional samples I've gathered for my upcoming talk. I'm also including the file size of Go compiled binary output for reference. | Filename | Source | Go |...
Sorry about the delay. The code in `jsmapping.go` looks reasonable. There have been changes to how prelude is stored by now, so we'll need to rebase and regenerate it (as...
In order for me to approve this, I'll have to gain understanding of the context of the problem, and the change, in order to have confidence that this is the...
That's pretty surprising. How big is the non-minimized case? Are you able to share it?
> `m.MapIndex(k)` crashes Is that a regression with this change, or is it unrelated?