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 30,885 public repositories matching this topic...

danwinship
danwinship commented Nov 19, 2020

When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t

grafana
STEELBADGE
STEELBADGE commented Dec 13, 2020

What happened:

When I click the link for See supported log levels and mappings of log level abbreviation and expressions in the Logs Panel doc it gives me a 404.

What you expected to happen:

It should take me to the See supported log levels and mappings of log level abbreviation and expressions page if it still exists.

**How to reproduce it (as minimally and precisely a

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.

B8kingS0ga
B8kingS0ga commented Jun 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go and beego are you using (bee version)?
    v1.12.1

  2. What operating system and processor architecture are you using (go env)?
    set GO111MODULE=on
    set GOARCH=amd64
    set GOBIN=D:\Language\go\bin
    set GOCACHE=C:\Users\WIN10\AppData\Local\go-build
    set GOENV=C:\Users\WIN10\AppData\Roaming\go\env
    set GOE

Addvilz
Addvilz commented Dec 4, 2020

What is your current rclone version (output from rclone version)?

1.53.3

What problem are you are trying to solve?

Trying to prevent default password from being generated and added when htpasswd option is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.

How do you think rclone should be changed to solve tha

afbjorklund
afbjorklund commented Dec 5, 2020

The environment file is missing:

● minikube-scheduled-stop.service - m/var/lib/minikube/scheduled-stop/environmentinikube scheduled stop
     Loaded: loaded (/lib/systemd/system/minikube-scheduled-stop.service; enabled; vendor preset: enabled)
     Active: failed (Result: resources)

Dec 05 16:01:44 docker systemd[1]: minikube-scheduled-stop.service: Failed to load environment files: N
mattermost-server
haardikdharma10
haardikdharma10 commented Nov 28, 2020

Help contribute to the Incident Management Plugin!

Today, running /incident commander [@username] from within a non-incident channel shows the following message:

You can only show the commander from within the incident's channel.

Let’s change this to:

`You can only see the commander from within the incident's ch

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language
You can’t perform that action at this time.