Péter Szilágyi
Péter Szilágyi
I just played around with MIPS 32 support (will pish soon)in an emulator, and apparently CGO/gcc may pull in a lot of dynamically linked libraries that won't be available on...
You probably want to use `gomobile` to build mobile packages. I didn't have the time yet to rework xgo to use it also (since it needs some ios black magic).
If there's a cross compiler package for ubuntu that builds for musl based systems then it can be added easily enough. Otherwise I don't think I'll have the capacity to...
I'll try to look into it :) Though I'm a bit overwhelmed currently with preparing a talk for dotGo. Will try to address this afterwards.
The reasons I didn't allow this is - I wanted `xgo` to be sandboxed from the operating system so it doesn't overwrite something on your real GOPATH unexpectedly. E.g. building...
We're a bit torn on this really. There is some UX nicety in not having to care about port numbers, but - Is it really so annoying to configure a...
Been going back and forth a bit on this. Whilst we kind of agree it's cute, it doesn't really feel that useful in the grand scheme of things. You need...
Oooh, this sounds nice. Would it make sense to upstream it to Cloudflare's original library? https://github.com/cloudflare/bn256 Edit: I've opened an upstream issue referencing this https://github.com/cloudflare/bn256/issues/23.
@DaraDoyoung Did you full sync? `--syncmode=full`? If not, you will only have archive data after the initial sync point.
I'm wondering about a 3rd option :trollface: My main concern with the first option is that it's kind of racey. By that I mean that if I have say 2...