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 34,433 public repositories matching this topic...
-
Updated
Jul 3, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 2, 2021 - Go
The data at data.syncthing.net is fun to look at, but it's not fully anonymous.
For example looking at the country usage breakdown shows 1 user in Yemen (and more countries). With some additional info the user can be de-anonymized. Same with the one person with 105TiB of data in their largest folder.
At the least I suggest that groups with less than some number (e.g. 10
"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.
$ etcdctl set /baa schnorp
$ etcdctl get /baa
schnorp
$ echo -ne 'PUT /v2/keys/baa HTTP/1.1\r\nHost: boo\r\nContent-Length: 123\r\n\r\n' | nc localhost 2379
HTTP/1.1 200 OK
...
$ et
-
Updated
Jul 2, 2021 - Go
I'm managing a bunch of servers and they're running Caddy v2. The upgrade command works great for upgrading with the packages previously chosen. In the future, it's likely I'll want to add/remove packages from that list over time.
Would it make sense to add flags to add and remove packages from the caddy build on upgrade?
caddy upgrade --add-package github.com/caddy-dns/cloudflare-
Updated
Jul 3, 2021 - Go
-
Updated
Jul 2, 2021 - Go
There is a config item Config.LogConfig.AccessLogs, if it was true, Beego log web request and response.
Actually, it's not a good design. As we all known, Log is a typical AOP logic, it should not couple with "business" logic. But now, audit couple with Beego logic.
The relative code:
// AccessLogRecord is astruct for holding access log data.
type AccessLogRecord struct {
Remo- Gitea version (or commit ref): 1.14.3 + 1.15-dev
- Database (use
[x]):- MySQL
- Can you reproduce the bug at https://try.gitea.io:
- Yes, https://try.gitea.io/org/will-leave-owners/teams/owners = no longer accessible for me
- No
Description
A user on Codeberg reported perse accidentally left the "Owners" team
-
Updated
Jun 3, 2021 - Makefile
-
Updated
Jun 30, 2021 - Go
-
Updated
Jul 2, 2021 - Go
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Jul 2, 2021 - Go
At the moment, we have InternalEnable, InternalDisable, and InternalAddonEnable. We should simplify and only have InternalAddonEnable and InternalAddonDisable.
-
Updated
Jun 10, 2021 - Go
-
Updated
Jul 2, 2021 - Go
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
Add a test to capture the working default config from current and previous releases to make sure that continues to load/validate successfully.
See example configurations that can be used in kubernetes/kubernetes#101822 (comment)
/sig scheduling
/help
/good-first-issue