Go

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,261 public repositories matching this topic...
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 12, 2020 - Go
Environment:
Grafana 7.3
Data source: custom back-end data source, https://github.com/KeckObservatory/epics-grafana-datasource
OS: CentOS 7
User OS/browser: Chrome 83
When a combo box("Select" component) in the query parameters has many entries, clicking on it will sometimes make it pop upwards (vs downwards). The component Z order is apparently underneath the graph itself, obscuring the t
Right now, Syncthing seems to always use LF for line endings in config.xml
and .stignore
. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.
The problem is that when opening those files in Notepad under old
It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find Documentation/v2/errorcode.md
in this repo. Is the comment stale?
-
Updated
Nov 12, 2020 - Go
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
}
}
}
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! :)
-
Updated
Nov 12, 2020 - Go
Please answer these questions before submitting your issue. Thanks!
-
What version of Go and beego are you using (
bee version
)?
v1.12.1 -
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
-
Updated
Nov 12, 2020 - Go
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
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 12, 2020 - Go
This will more accurately describe what this function is doing, as discussed here:
kubernetes/minikube#9621 (comment)
This should be as simple as renaming
to Step
and doing a find and replace in the code.
-
Updated
Nov 7, 2020 - Go
Informs #56536
Use of external storage temp tokens, together with explicit authentication is dangerous.
In general, explicitly specified tokens could expire while long running operation (backup, restore)
is still executing, without any way for us to regenerate such temp token.
We should error out if external storage URI uses temporary credentials for backup, restore,
import, scheduled ba
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
tots
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What happened:
follow on to kubernetes/kubernetes#96172
Need to comment and avoid checking UID on windows. requires some research into what we should be checking so that we can add appropriate TODO.
What you expected to happen:
Lets also check this at the call site, https://github.com/kubernetes/kubernetes/blob/199d48728f33692dc5a5e8b808a064bd3e40b5