Skip to content
#

golang

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 67,576 public repositories matching this topic...

rclone
sergey-cs
sergey-cs commented May 12, 2022

Description

When creating a release in repo, the telegram bot sends the following message:

[{owner}/{repo}] Release created: {release_title} by {publisher}

A link is added to {release_title} : https://{base_url}/{owner}/{repo}/src/{tag_name}
This is a link to the tag although a link to the release was expected: https://{base_url}/{owner}/{repo}/releases/tag/{tag_name}

kind/bug good first issue
cli
vincentscode
vincentscode commented May 10, 2022

Describe the bug

I have a local directory called "Advent of Code". It is not a git repository.
When trying to create a GitHub Repository from it using gh repo create "Advent-of-Code" --private --source="Advent of Code\" I am warned that it is not a git repository.
This warning includes a hint to run git init but the syntax is wrong as it just adds quotation marks to the end of the dir

bug p3 help wanted good first issue
mattermost-server
mattermod
mattermod commented Apr 14, 2022

Environment: master, rc.test

Steps:

  1. Participate or follow a thread in channel1
  2. Archive channel1
  3. Open global threads and view the thread from step 1.

Expected: Text "You are viewing.." with proper spacing on the left and update the text text as per the design. Please ensure the fix applied to the Thread Viewer and the RHS

Observed: No spacing/margin, text butts against the div

Difficulty/1:Easy Good First Issue Help Wanted PR Exists
k6
bmteller
bmteller commented Jan 31, 2022

Brief summary

The first time root certificates are loaded in OSX it takes a long time to parse them (> 100ms) and this time will appear as part of http_req_tls_handshaking. The certificates can be forced to load by running: x509.SystemCertPool() somewhere in the code before benchmarking.

k6 version

k6 v0.36.0 ((devel), go1.17.6, darwin/amd64)

OS

macOS 10.15.7

Docker versi

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language