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 40,327 public repositories matching this topic...
-
Updated
Mar 12, 2022 - Go
-
Updated
Mar 13, 2022 - Go
-
Updated
Mar 12, 2022 - Go
-
Updated
Mar 12, 2022 - Go
-
Updated
Mar 11, 2022 - Go
Steps to reproduce:
Try to collapse the Explore query row using keyboard-only navigation
Actual Result:
Can’t collapse query row
Also, there is a focus-issue here. See the A11y notes:
Same tab, when you copy the query or a link to it, the focus is reset
Expected Result
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
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
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the templates
module is inflexible in that only functions the functions registered by Caddy itself are available.
A good refactor would be to make it possible to pass an optional array of modules in the http.handlers.templates.functions.*
namespace which get invoked at Provision()
time to register additional
-
Updated
Mar 12, 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
Mar 13, 2022 - Go
The associated forum post URL from https://forum.rclone.org
What is the problem you are having with rclone?
When configuring an Azure Blob Storage remote, interacting
-
Updated
Mar 6, 2022 - Makefile
Introduction
When adding the wiki of a repo to the repo itself as a submodule, you will get a 404 error in the web UI when clicking on the submodule. This occurs due to the fact that the wiki is no real repo.
Example
Here are two example repositories. One on codeberg and one on try.gitea
-
Updated
Mar 13, 2022 - Go
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 12, 2022 - Go
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 13, 2022
Suggested by @dhartunian
the problem to solve is that it's currently just too easy to create a test for a HTTP API without authentication, which does not invite the implementer to care about authn (nor authorization).
We can nudge this in the right direction by renaming the "simple" method to a longer name with a discouragement in the comment; then renaming the admin method to a "simple" na
-
Updated
Mar 12, 2022 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
https://github.com/kubernetes/kubernetes/blob/5bafc8306a7b622e292746aec8a9e9212b755071/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go#L225