Skip to content
#

golang-application

Here are 805 public repositories matching this topic...

metalsp0rk
metalsp0rk commented Apr 4, 2021

Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.

To Reproduce
Steps to reproduce the behavior:

  1. launch with --show-tags
  2. Scroll to the bottom
  3. Observe that the last entry does not show the tags.

Expected behavior
The interface will allow you to scroll down to the very bottom.

Screenshots
![image](https://user-

lepinkainen
lepinkainen commented Jun 21, 2020

I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).

Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.

fortio

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Aug 28, 2021
  • Go
glab
tcpaiva
tcpaiva commented Jun 1, 2021

I was wondering if there is a way to deal with issues in a file-like approach. For example

$ glab issue view 123 >> tmp.md
$ xdg-open tmp.md
$ glab issue update 123 --file tmp.md

That is, download the issue to a temporary file, edit as needed, update isse using the modified file.

This would be handy also to clone issues or to use an issue as a template:

$ glab issue c
NicholasChan1025
NicholasChan1025 commented Dec 15, 2020

There are several situations where users need to be kicked offline
For example
1: Login from other clients
2: The administrator thinks the user's account is abnormal
3: The server side needs urgent maintenance
And so on

At this time, the Kick method should carry a specific description, so that the client can make different prompts for different kick types

session.go
`
// Kick kicks th

aperezg
aperezg commented Oct 2, 2020

Context

Right now the tool Killgrave is using for differents companies and users, but the documentation on the repository is very poor with a very little examples. We need to improve that point to bring closer this amazing tool to more people.

Proposed implementation

The idea will be to create a doc/ directory, with an index on the main README.md listing all the features that `K

Improve this page

Add a description, image, and links to the golang-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the golang-application topic, visit your repo's landing page and select "manage topics."

Learn more