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 41,534 public repositories matching this topic...

ingvagabund
ingvagabund commented Apr 4, 2022

Nowadays, when the kube-scheduler is initialized, the provided component config (via --config flag) is logged. E.g.

I0404 08:35:16.471898       1 configfile.go:96] Using component config
-------------------------Configuration File Contents Start Here---------------------- 
apiVersion: kubescheduler.config.k8s.io/v1beta3
clientConnection:
  acceptContentTypes: ""
  burst: 100
  conten
sig/scheduling good first issue
grafana
sunker
sunker commented Apr 25, 2022

The LogsQueryField casts a CloudWatchQuery to a CloudWatchLogsQuery in a few places across the component. Instead of doing the cast inline in multiple places, we should use a the type [guard](https://github.com/grafana/grafana/blob/cloudwatch/annotation-api-rewrite/public/app/plug

type/chore type/refactor datasource/CloudWatch Logs good first issue
fragtion
fragtion commented Aug 27, 2015

Hi. I've been experiencing good reliability syncing Maildirs with Syncthing for a few weeks already - however, from time to time an occasional empty mail may now show up in my IMAP folders/e-mail client. I suspect that this is due to the partial transfers and/or temp files being read by dovecot (perhaps locking them somehow could help with this?). I was able to ignore dovecot's index files in Sync

enhancement good first issue
mortehu
mortehu commented Mar 3, 2022

What happened?

If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER variable will have multiple entries with the name "default". When this environment variable is used, etcd will parse these into a mapping under a single key ("defau

caddy
ealib
ealib commented Mar 30, 2022

It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).

At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.

See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https:

feature good first issue
barwod
barwod commented Dec 22, 2021

System information

Geth
Version: 1.10.13-stable
Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8
Architecture: amd64
Go Version: go1.17.3
Operating System: linux
GOPATH=
GOROOT=go

Expected behaviour

Close files that aren't in use / have a settable limit

Actual behaviour

Every database file it opens stays open for the duration of the sync

Steps to re

morgo
morgo commented Apr 25, 2022

Enhancement

This item in the error log is noisy. It does not look like a good fit for INFO level, but should instead be DEBUG:

[2022/04/25 09:37:41.834 -06:00] [INFO] [ddl_tiflash_api.go:346] ["updateTiFlashStores finished"] ["TiFlash store count"=0]
[2022/04/25 09:37:51.839 -06:00] [INFO] [ddl_tiflash_api.go:346] ["updateTiFlashStores finished"] ["TiFlash store count"=0]
[2022
cockroach
fredbi
fredbi commented Apr 22, 2022

Is your feature request related to a problem? Please describe.
Our app makes extensive use of geometry bounds (e.g. to filter geo-located things).

We use the ST_MakeEnvelope function to build geometries suitable for geospatial indexes out.

ST_MakeEnvelope(float xmin, float ymin, float xmax, float ymax, integer srid=unknown) -> geometry
C-enhancement O-community good first issue

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language