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

cli
GadgetSteve
GadgetSteve commented Dec 11, 2021

Describe the feature or problem you’d like to solve

A number of options have a -L or --limit option with defaults (20 or 30) and can be supplied with a --limit n where n is a positive integer option, e.g.:

gh issue list --state=open --limit=2000 --json=number

However, if the user needs to get a list of all of the open issue numbers they need to either guess how many the

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 kind/bug

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language