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 30,183 public repositories matching this topic...

acolomb
acolomb commented Mar 18, 2018

For devices that have a remotely accessible GUI listen address with authentication, it would be nice to advertise that to other nodes for remote administration. Those could then display a link in their GUI's respective device box.

I think this would make remote administration much less painful, but of course requires a protocol extension and some logic to find the right address. Basically:

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

nthuemmel
nthuemmel commented Aug 31, 2020

What is the problem you are having with rclone?

Using rclone mount with a non-persistent configuration (all settings given by environment variables) & VFS caching enabled attempts to use a VFS cache dir with illegal characters (:) on Windows.

What is your rclone version (output from rclone version)

rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
cockroach
mattermost-server
mattermod
mattermod commented Oct 29, 2020

We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/announcement*bar/version*bar (not sub-directories included) and associated test files.

Below is a checklist of items you should be doing to migrate:

  • < ] Rename the files to their associated TypeScript extensions (ie. js to ts

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.