Nevkontakte

Results 128 comments of Nevkontakte

I'm starting figuring out what's broken and what needs fixing. What I did so far: 1. Checked out your branch (and skimmed through the diff). 2. Built gopherjs tool. 3....

It also seems that https://godoc.org/golang.org/x/tools/go/packages would give us modules support for free. The only unclear aspect is how to plug in gopherjs-specific augmentations, but it doesn't seem impossible.

@myitcv thanks for your answers! I was actually thinking to take a shot at rewriting `gopherjs/build` with `go/packages`, which might leave us with less code to maintain and some forward...

> > Do you think it would be worth for me to try the option # 1 in parallel to you, or try to focus on # 2 together? >...

Gotcha :) I'll give it a shot and report back if I find it promising or not.

Seems to be a weird problem specific to Firefox: it creates a new history entry when `document.open();document.write();document.close()` is performed. The only possible way to fix this is completely changing the...

Hi @pjebs, I'm finally getting to the backlog is issues and pull requests. Sorry it took so long. Leaving naming aside (I'm not a fan of this convention, but I...

Definition of "serious" is subjective, but yes, I wrote and maintain a couple of internal GopherJS apps at work. My experience is that most of the code that uses `gopherjs/js`...

@SnoozeThis https://github.com/gopherjs/gopherjs/issues/1126 && https://github.com/gopherjs/gopherjs/issues/1127 -> assign to @nevkontakte

I've been doing some research on potential ways to support generics in gopherjs and I think it would be good for me to share my thoughts. This isn't a proper...