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 37,117 public repositories matching this topic...
-
Updated
Oct 29, 2021 - Go
-
Updated
Oct 28, 2021 - Go
-
Updated
Oct 29, 2021 - Go
-
Updated
Oct 29, 2021 - Go
-
Updated
Oct 25, 2021 - Go
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
-
Updated
Oct 28, 2021 - Go
-
Updated
Oct 29, 2021 - Go
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
header_up -X-SHIBBOLETH-*
This works as expected, but is limited in its use:
header_up -X-SHIBBOLETH-LOGIN
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.
I had a unclean shutdown less than a day ago and got this warning afterwards:
WARN [03-26|10:10:29.944] Unclean shutdown detected booted=2021-03-17T13:16:42+0000 age=1w1d20h
As it would be better to have the "age=" part closer to the shutdown @holiman suggested to update the marker like every 5 minutes
-
Updated
Oct 29, 2021 - Go
The associated forum post URL from https://forum.rclone.org
https://forum.rclone.org/t/display-warnings-for-paths-that-exceed-windows-path-length-limit/26608
What is your current rclone version (output from rclone version
)?
rclone v1.55.1
- os/type: windows
- os/arch: amd64
- go/version: go1.16.3
- go/linking: dynamic
- go/tags: cmount
What problem are you are t
-
Updated
Oct 20, 2021 - Makefile
Feature Description
Now that we have a minimum of go1.16 set, we can use go's embed functionality to embed templates/web assets (css/js), and translations.
Screenshots
No response
-
Updated
Oct 28, 2021 - Go
-
Updated
Oct 26, 2021 - Go
-
Updated
Oct 28, 2021 - Go
Currently, tree.NotExpr
is implemented natively in the vectorized engine, so we have to fallback to the older row-by-row engine to evaluate it. We should, instead, vectorize NotExpr
.
I think the implementation will be quite similar to how tree.IsNullExpr
implemented, and I think we will want to implement two version of NotExpr
operator:
- one for projections, which populates a `coldata
-
Updated
Oct 28, 2021 - Go
Don't throw `Docker is nearly out of disk space` errors if more than X GB of disk space available
I have just cleared out some space so minikube would even start at "100%" used disk - which in this case is several terabytes large and still had several 100GB free.
It is now warning me that "Docker is nearly out of disk space" at 98% which equals 843GB currently available space which is quite frankly ridiculous.
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
It seems that our logexporter for kubemark stopped exporting metrics from kubemark masters, e.g. this run:
https://gcsweb.k8s.io/gcs/sig-scalability-logs/pull-kubernetes-kubemark-e2e-gce-big/1452741046508195840
@kubernetes/sig-scalability @marseel