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 34,680 public repositories matching this topic...

grafana
tomasz1986
tomasz1986 commented Nov 12, 2020

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

caddy
excid3
excid3 commented Jun 17, 2021

I'm managing a bunch of servers and they're running Caddy v2. The upgrade command works great for upgrading with the packages previously chosen. In the future, it's likely I'll want to add/remove packages from that list over time.

Would it make sense to add flags to add and remove packages from the caddy build on upgrade?

caddy upgrade --add-package github.com/caddy-dns/cloudflare
flycash
flycash commented Jan 28, 2021

There is a config item Config.LogConfig.AccessLogs, if it was true, Beego log web request and response.

Actually, it's not a good design. As we all known, Log is a typical AOP logic, it should not couple with "business" logic. But now, audit couple with Beego logic.

The relative code:

// AccessLogRecord is astruct for holding access log data.
type AccessLogRecord struct {
	Remo
medyagh
medyagh commented Jun 10, 2021

I made a mistake and put in the wrong k8s version, we should have a more beautiful looking error, and ideally do not even try to create container when a non-existing k8s version is specified

mk start --kubernetes-version=20.10.7
😄  minikube v1.21.0-beta.0 on Darwin 11.4
✨  Automatically selected the docker driver. Other choices: hyperkit, parallels, virtualbox, ssh
👍  Starting control pla
cockroach
livlobo
livlobo commented Jul 12, 2021

Is your feature request related to a problem? Please describe.
When restoring a backup, a user may run into errors due to specific tables/descriptors. In some cases, the user may not care about that table that couldn't restore (e.g. system.jobs or a temp table), however, that faulty table/descriptor ends up blocking the whole restore.

Describe the solution you'd like
Allow the user to

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language