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 23,559 public repositories matching this topic...
This issue was reported in the Kubernetes Security Audit Report
Description
The strconv.Atoi function parses an int - a machine dependent integer type, which, for 64-bit targets will be int64. There are places throughout the codebase where the result returned from strconv.Atoi
Description
Depending on how docker image tar was saved it does not have tags recorded in it. So I use
docker load -i image.tar
I get an image with out a tag.
Steps to reproduce the issue:
- Use
docker load -i image.tar
command to load a image tar which does not have tag
2. run
docker images
and see that the docker image does not have a t
A curated list of awesome Go frameworks, libraries and software
-
Updated
Jan 5, 2020 - Go
This is a documentation error, in the current release. Following it results in the [1] in the markdown source
comment on [1]. You can see us at work
being recognised by MathJax as display mathematics.
Here's what the Hugo docs say:
https://gohugo.io/content-management/formats/#mathjax-with-hugo
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\
Description
Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex: image/jpeg) with a boundary parameter. Setting Content-Type explicitly to multipart/form-data should result in an error (and it does).
How to reproduce
Follow an existing image upload example from
Within the organization's page I was expecting to find our private repositories, but they weren't there; only the public ones. I happened to find them only throught the generic "explore" menù.
The organizazion's page should list only the public repositories when the user isn'n logged in or if he/she doesn't have the permissions. Otherwise both the public and private ones should be listed.
Go
Steps to reproduce:
On a template variable with multi-select:
- enter a search which matches one or more items
- navigate by keyboard to an item
- use space bar to toggle the item
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva
I'm trying to setup frp server on my vps.
It would be really helpful if frp/README.md contains a Installation section like other open source project does.
The installation guide should mention at least the following:
-
How to install go dependencies (in one command:
go get ./.... Chinese user may have to break the fucking government wall) -
How to build the package. Should I use
I tried to use a UNIX socket with nginx, but the default permission bits for the socket are 644:
$ ls -l syncthing.sock
srwxr-xr-x 1 syncthing syncthing 0 авг 27 15:32 syncthing.sock
Nginx uses www-data user, and that's why it can't use this UNIX socket and prints "Permission denied".
I can change these permission bits using umask 0007 to make it work, but this solution is n
I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.
$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
This issue is more a feedback report than a call-for-action, but let me share my experience with Traefik 2's documentation which is summarised (situation-based, a bit too catchy probably) in https://twitter.com/ro14nd/status/1206143455757508608
My use case is to use Traefik as a Kubernetes Ingress Controller on bare metal with Let's Encrypt support. Guess this is a critical use case, even when
- Category
- fzf binary
- fzf-tmux script
- Key bindings
- Completion
- Vim
- Neovim
- Etc.
- OS
- Linux
- Mac OS X
- Windows
- Windows Subsystem for Linux
- Etc.
- Shell
- bash
- zsh
- fish
If my SHELL variable points to a
1. What would you like to have changed?
Right now caddy2 has two config adapters: Caddyfile and JSON.
I have to admit, that I am not a big fan of json, because it's not possible to insert comments and it's difficult to write manual.
JSON is a format that should be used only from one comput
The function arguments to core.NewBlockChain got way out of hand. We need a config structure instead.
见 https://beego.me/docs/mvc/controller/config.md#basic-config,
beego.AppConfigPath = "conf/app2.conf"
beego.AppConfigProvider = "ini"
代码里 已经改成私有变量,需要通过如下方式进行配置的加载:
beego.LoadAppConfig("ini", "conf/app2.conf")
烦请帮忙更新一下,以免其他用户受误导,谢谢!
Swagger 3.0 support
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Jan 5, 2020 - Go
when starting minio with a custom azure Endpoint per documentation,
minio gateway azure https://azureaccountname.blob.custom.azure.endpoint
then minio adds a duplicate accountkey and blob to the URL.
as mini constructs the endpoint from
This may be because the code wants to create the endpoint from a custom suffix,
Apparently it should work now but it's not clear how to get there: github/hub#2149
Can you document it somewhere?
What is your current rclone version (output from rclone version)?
latest
What problem are you are trying to solve?
National (Germany, Chinese, and US Government) version of Office 365 requires a different API endpoint. Please refer to https://docs.microsoft.com/en-us/graph/deployments
There is currently no real guide to setting up Influx locally.
Here is some feedback from a user in the community slack channel:
Sure, I think you need a doc that describes setting up to build Influx and have it run in debug mode (I couldn't see one).
I interpreted most of the environment from the docker file for Flux, and reading the make file / fixing errors. (Rust for example
I've just spent a bit of time trying to configure Apache as a reverse proxy for Gitea. It works fine as per the docs until you want to use Certbot. It seems to me that the configuration in the docs results in the acme challenge being proxied to Gitea (and a 404) regardless of whether you have a document root, an alias in place or anything.
The solution I used was to add `ProxyPass /.well-known
Is your feature request related to a problem? Please describe.
After setting up CDC on the registration cluster, we noticed that the files sent to the S3 bucket were uncompressed and therefore consumed much more space than the logical size in the cluster. For reference, the stmtstats table was 250 GiB in the admin UI, but it was around 8 TB in S3.
We should compress the CDC output files.
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.
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/admin*console/plugin*management (not sub-directories included) and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jsto `
Now that kubernetes/minikube#5798 is merged, and minikube start doesn't auto-upgrade, how do I upgrade my cluster? Will minikube start --kubernetes-version ... upgrade it or dump the VM and start over? (and consume all the bandwidth as I download base images again.) Is there a minikube start --kubernetes-version stable or minikube start --kubernetes-version latest
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
What version of Go are you using (go version)?
1.12
Which database and its version are you using?
mysql 5.7
Please provide a complete runnable program to reproduce your issue. IMPORTANT
The documentation isn't to clear when it comes to querying by nested associations. For example, consider following structure.
// User has one Profile and belongs to many InstitCreated by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
What did you expect to see?
Having some examples on the flag package's docs showing how to create subcommands with
FlagSet.What did you see instead?
There's only a package example and
Valueinterface usage and none of them shows how to useFlagSetto create subcommands.