Jean Barkhuysen
Jean Barkhuysen
Hey snikch. Had the same problem. Was able to cross-compile with https://github.com/davecheney/golang-crosscompile (his blog post is here: http://dave.cheney.net/2013/07/09/an-introduction-to-cross-compilation-with-go-1-1) after prodigious chmod'ing. Maybe check out what his scripts are doing and...
@snikch I'll check it out tonight if you and @blackjack don't get it sorted by then. It may be as simple as changing Priority to int everywhere. (whoops, logged in...
So, long story short, I tried a couple of things, and nothing worked. Priority is not a reserved word, so switching it to LogPriority did nothing. Changing Priority to just...
Yes, please do this. This was several years worth of issues over at jj-vcs/jj (ex https://github.com/jj-vcs/jj/pull/5228) and resulted in subprocess spawning approach which has dramatically increased its capability.
FWIW I got a simple index working at https://github.com/jeanbza/golang-index for anything that's interested in this problem. Pointing the pkgsite worker at that index (and this goproxy) lets the worker go...
@jba Is this a performance / allocation improvement, or are there behavior change that a user might see?
@vito A co-worker of mine had major trouble using it. Could you add a setting that switches a board to a different colour scheme?
I'm new-ish to github, and have no clue if builds/tests are running on this PR. Sorry if I should have waited for them before sending out for review.
> I think you should use the `name` variable instead of `addrStr` Sorry, could you share more? What is `name` and what would it look like in comparison to `addrStr`?