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 42,413 public repositories matching this topic...
-
Updated
Jun 5, 2022 - Go
-
Updated
Jun 5, 2022 - Go
-
Updated
Jun 2, 2022 - Go
-
Updated
Jun 4, 2022 - Go
-
Updated
Jun 3, 2022 - Go
Convert Enzyme test to RTL in Azure Monitor InsightsConfig
Requirement for Grafana to move to React 18 (see grafana/grafana#48253)
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
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:
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
-
Updated
Jun 3, 2022 - Go
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
-
Updated
Jun 5, 2022 - Go
Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings:
--vfs-cache-mode full \
--vfs-cache-max-size 500G \
--vfs-cache-max-age 5000h \
--vfs-cache-poll-interval 5m \
--vfs-read-ahead 2G \
--bwlimit-file 32M \
--vfs-read-chunk-size=64M \
--vfs-read-chunk-s
-
Updated
May 25, 2022 - Makefile
Enhancement
Some system variables either have no type (default: TypeString) or use TypeString when they could use a different builtin type (TypeInt, TypeEnum, TypeBool) that is more suited. Here is what I found from manual inspection:
Variable Name | Notes |
---|---|
block_encryption_mode | The type is not defined, but if you look in the code it should be T |
the user should have an api to delete his own account
you just have to look at
https://github.com/go-gitea/gitea/blob/a7f0ce620774be861f11b57d426ab59e27e4171a/routers/api/v1/admin/user.go#L307-L320
-
Updated
Jun 1, 2022 - Go
Make log tracable
Log is very important in product enviroment.
But Beego does not provide tool like trace_id to indetify log in one request.
We hope user can use context to combine logs in a request.
Code Example:
log.WithCtx(ctx).Info("123")
log.Info(ctx,"123")
-
Updated
Jun 5, 2022
-
Updated
Jun 2, 2022 - Go
-
Updated
Jun 4, 2022 - Go
-
Updated
Jun 4, 2022 - Go
-
Updated
Jun 4, 2022 - Go
There are several optimization the execution engine can perform when evaluating LIKE
patterns with %
, which matches zero or any number of any character. For example, see #80073.
Sequential %
s can prevent these optimizations, but they are semantically equivalent to a single %
, so the optimizer should normalize them to a single %
.
For example:
-- The following expressions
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
There is a strong and growing consensus in sig-node about the need of increasing the test coverage in the kubelet, improving the current testsuite about coverage and reliability. See for example the April 26 sig-node meeting notes and the [April 27 sig-node CI subgroup meeting notes](http