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 36,959 public repositories matching this topic...
-
Updated
Oct 21, 2021 - Go
-
Updated
Oct 21, 2021 - Go
-
Updated
Oct 21, 2021 - Go
-
Updated
Oct 21, 2021 - Go
-
Updated
Oct 21, 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 21, 2021 - Go
-
Updated
Oct 22, 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 22, 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 21, 2021 - Go
-
Updated
Oct 19, 2021 - Go
-
Updated
Oct 21, 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 21, 2021 - Go
Steps to reproduce the issue:
minikube -p p1 startand wait for cluster p1 to be ready => minikube created network6775a57b0a2c p1 bridge localminikube -p p1 stop=> cluster stop, network p1 still exists (as expected)minikube -p p2 startand wait for cluster p2 to be
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b