Results 10 comments of uzxmx

For the latest version of `goproxy`, there are two ways to implement chaining http(s) proxy. One simple way is to use `NewConnectDialToProxy` or `NewConnectDialToProxyWithHandler` provided by `goproxy`. Below shows a...

Any progress on this PR? Really hope this can be merged soon.

@eregon I've updated the example to a POSIX compatible one. Please have a review. Thanks.

IMO, just changing the domain is definitely the simplest solution. But so far, `ruby-build` actually doesn't support this way, some codes need to be added. For example, for `RUBY_BUILD_MIRROR_URL`, the...

@mislav Thanks for the suggestion. It's truly useful. Already adopted. I agree the combination of `RUBY_BUILD_MIRROR_PACKAGE_URL` with `RUBY_BUILD_DEFAULT_MIRROR` is a bit confusing unless we read the whole logic carefully. Those...

@eregon @hsbt @mislav Could you help to make a conclusion about what else should be done? I'm eager to make the according changes to get it merged. 😄

我查找了许多信息,cloud.centos.org 似乎没有rsync同步协议,刚刚我向Centos Mirror发送了一封邮件,希望他们能对cloud.centos.org提供rsync协议访问。如果有新的进展的话,我再发出来。

Also met this problem today. According to the code: https://github.com/theos/theos/blob/d9ded8bb8ebc5a01f15fae02514a4a2809ab74c1/makefiles/common.mk#L13-L16 we have two ways to solve it: 1. Submit a PR to use a more robust way to set `SHELL`...

Vote for such "pick up and go" feature, which makes `go run main.go` like an interpreter. Take the below code for an example: ``` package main import ( "fmt" "github.com/vishvananda/netlink"...

@dylnmc I also met such problem. And I just delete some lines of codes to make it work. More info please refer to PR #270.