Nevkontakte

Results 128 comments of Nevkontakte

As promised, https://github.com/maxence-charriere/go-app/pull/830 is a cleaner way of using go-app with gopherjs. I took @maxence-charriere idea of implementing a `Driver` interface that's responsible for setting up the client-side and moved...

Sorry for the delay, I've been busy with other projects. I'll try to get to it this weekend.

https://github.com/gopherjs/gopherjs/pull/1327 made the tests complete quicker, so the non-crypto shard passes in 10m, and crypto under 5m. I think this is good enough for the time being and we can...

I haven't tried to run your code, but I see at least one significant misunderstanding, which is probably causing at least some of your issues. There aren't two phases per...

Besides that, a couple of general tips: - GopherJS supports the standard `net/http` client, you could use that instead of the `honnef.co/go/js/xhr` package to load imported packages. - Instead of...

Ok, so I spent some time looking at your code today, and there were two main issues: - Your `runCodeAsync()` function wasn't actually async — you were still blocking on...

@tr7zw can't speak for everyone, but me and my friends are running a 1.18 modded world, which is nearly impossible to upgrade to 1.19 because some of the worldgen mods...

I mean, sure, I don't expect that most mods will support the old version, but sometimes a _really nice mod_ comes out and you kind of really want to be...