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 40,040 public repositories matching this topic...

grafana
bobemoe
bobemoe commented Feb 21, 2022

The annotation loading spinner that on 8.3.6 was on the same line as the annotation label/toggle, has now, since updating to 8.4.1 started wrapping onto another line, pushing the graphs down to make space. On a dashboard with a frequent refresh time this make the graphs jump up and down a lot!! See screen recording:

![vid](https://user-images.githubusercontent.com/2304970/154947127-8c83f8b4-ff6

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

mac-chaffee
mac-chaffee commented Feb 17, 2022

What happened?

Not really a bug, but maybe unexpected behavior. Since etcdctl del accepts an optional second parameter which deletes all keys in a range, these are very easy mistakes to make:

# Oh no, there was a space in the key I copied!
etcdctl del /registry/persistentvolumes/pvc-eef4ec4b-326d-47e6- f11c-6474a5fd4d89
# <deletes thousands of keys>
etcdctl put 'key s
caddy
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

glkappe
glkappe commented Dec 31, 2021

lightning v5.3.0

After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import

parquet file:
![image](https://user-images.githubusercontent.com/21033020/147809823-214dcb34-0e10-4566-aa75-2109c0525144

cockroach

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language