Skip to content
#

Go

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 29,989 public repositories matching this topic...

aojea
aojea commented Oct 22, 2020

What would you like to be added:

e2e test for service ExternalIPs

Why is this needed:

There is no test covering Service ExternalIPs

How to test it

Since we can not assume that the e2e binary will have connectivity against the nodes
and that we can add routes to the environment, we are going to test it from a pod.

I've verified that this works locally with the followin

caddy
mc0239
mc0239 commented Sep 30, 2020

Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=

I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:

sub.example.com {
    reverse_proxy 127.0.0.1:8000 {
        header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
    }

    tls {
        client_auth {
            mode require
        }
    }
}
ricmoo
ricmoo commented Sep 9, 2020

I've found historic issues regarding the Rinkeby Faucet in this repository, and @karalabe suggested opening an issue to remind him to fix this.

The URL parser for Facebook Post URLs on the Authenticated Rinkeby Faucet does not correctly parse URLs if they end in a / or contains a query string.

Thanks! :)

B8kingS0ga
B8kingS0ga commented Jun 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go and beego are you using (bee version)?
    v1.12.1

  2. What operating system and processor architecture are you using (go env)?
    set GO111MODULE=on
    set GOARCH=amd64
    set GOBIN=D:\Language\go\bin
    set GOCACHE=C:\Users\WIN10\AppData\Local\go-build
    set GOENV=C:\Users\WIN10\AppData\Roaming\go\env
    set GOE

left1000
left1000 commented Oct 22, 2020

I love rclone ncdu, but you know what would be a cool new sort mode? size divided by count.

That's basically it. That would then let you sort by average filesize within a folder. I keep finding myself wanting to find where I can spend the least amount of my human time looking at something to gain the largest amount of disk space. I used to think sorting by size was good enough, then while I was

vinu2003
vinu2003 commented Oct 18, 2020

##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
🤷 There is no local cluster named "test2"
👉 To fix this, run: "minikube start -p test2"

this causes unwanted error message thrown in profile list.

vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|

mattermost-server
mattermod
mattermod commented Oct 12, 2020

Reproduced on mysql.test, 5.24 release branch. I don't think it's a regression and not urgent - just bad grammar as only one user is creating an account?

Steps:

  1. Ensure the team you are inviting to is closed and has the domain in Allow only users with a specific email domain to join this team set to mattermost.com (both in Main Menu > Team Settings)
  2. Copy the invite link to the team f

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language
You can’t perform that action at this time.