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 26,242 public repositories matching this topic...

bradfitz
bradfitz commented Apr 17, 2020

https://proxy.golang.org/ says:

After one minute for caches to expire, the go command will see that tagged version. If this doesn't work for you, please file an issue.

It's been minutes since I tagged a new version of inet.af/netaddr but it's not showing up:

$ go get inet.af/netaddr@v0.1
go get inet.af/netaddr@v0.1: no matching versions for query "v0.1"
$ go get inet.af/netaddr
tskarhed
tskarhed commented Apr 1, 2020

The background bleeds from the RadioButtonGroup. It's weird, because I can't find a place where the background is set. Changing to transparent doesn't work, but it's possible to see the change when using any other color.

Component can be found here https://github.com/grafana/grafana/blob/master/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx

![image](https://

JackalZhao
JackalZhao commented Apr 22, 2020

This is the scene:

I set a sync folder which enabled File Versioning and set the versions path to /sdcard/Syncthing control/Desktop/Markdown , but I didn't create this path manually, and when syncing, there would be conflict, when I check the logs, it says:

Puller (folder "/sdcard/Documents/Markdown" (lziuh-l9bdv), item "test.pdf"): delete file: mkdir /sdcard/Syncthing control/D
traefik
caddy
bagbag
bagbag commented Apr 26, 2020

(Feature request out of https://caddy.community/t/use-placeholders-in-templates/7697)

I would like to see the ability of using placeholders like {http.error.status_code} in templates. This would allow us, for example, to create a single custom error page in nginx style. For now we have to create a page for every status code we would like to support (maybe using respond with include and ar

silverwind
silverwind commented Apr 15, 2020

go-gitea/gitea#11032 will output unicode emoji from tokens and attempting to save such a emoji into a utf8 table will result in error 500:

CreateIssueComment: Error 1366: Incorrect string value: '\xF0\x9F\x91\x8E' for column 'content' at row 1

I think we should:

  1. default new installs to utf8mb4
  2. mention in the release notes that MySQL users are e
ssbarnea
ssbarnea commented Jul 8, 2019

One common use case for project maintainers is to update a broken pull request which was made by someone else.

Hub should be able to help maintainers doing the following steps:

  • grab a pull request
  • update the pull request (rebase or other change)
  • update the pull request (aka pushing it)
jsteenb2
jsteenb2 commented Feb 27, 2020

Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p

cockroach
mattermost-server
mattermod
mattermod commented Mar 11, 2020

Convert tests in model/searchparamstest.go into table testing.

As an example you can use the already existing table testing tests in the
same file. If you need to know more about table testing, you can take a look
to the following document https://github.com/golang/go/wiki/TableDrivenTests.


If you're interested please comment here and come [join our "Contributors" community channel](http

medyagh
medyagh commented Apr 5, 2020
./out/minikube start --driver=docker --container-runtime=conatinerd
😄  minikube v1.9.2 on Darwin 10.13.6
✨  Using the docker driver based on user configuration

💣  Failed to generate config: unknown runtime type: "conatinerd"

😿  minikube is exiting due to an error. If the above message is not useful, open an issue:
👉  https://github.com/kubernetes/minikube/issues/new/choose
iris
asyslinux
asyslinux commented Dec 28, 2019

Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.

In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.

Can I publish my project under the BSD-2-Clause license?

Thanks.

heat
heat commented Aug 21, 2018

Hi folks, sory about my bad english.
I'm trying get up nsq services at containerum, at containerum the public port to services and container are random. With nsqlookupd and nsqadmin it's easy not a big trouble.
But when we try to run nsqd it's registrer ther right broadcast url but the follow ports that nsqd register is that expose in container and not the service port random assigned with the

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.