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 37,024 public repositories matching this topic...

mauriciopoppe
mauriciopoppe commented Oct 20, 2021

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.go as commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b

tomasz1986
tomasz1986 commented Nov 12, 2020

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

caddy
gucki
gucki commented Dec 12, 2020

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.

CarlosHartmann
CarlosHartmann commented Sep 20, 2021

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

cockroach
yuzefovich
yuzefovich commented Sep 24, 2021

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

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language