golang-application
Here are 805 public repositories matching this topic...
-
Updated
May 14, 2021 - Go
Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.
To Reproduce
Steps to reproduce the behavior:
- launch with --show-tags
- Scroll to the bottom
- 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
.
Both were installed with go get -u github.com/cweill/gotests/...
when in the $HOME directory within 15 minutes of each other.
Right now the type for dflag.DynJSON
has to be &someType
and can't be directly []someType
forcing you to create an extra
type someTypeList struct {
List []someType
}
// to pass to
myList := dflag.DynJSON(flag.CommandLine, "mylist", &someTypeList{}, "...t")
instead of directly
-
Updated
Aug 28, 2021 - Go
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
-
Updated
May 22, 2021 - Go
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
E2E tests are flaky
-
Updated
Sep 6, 2021 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Aug 9, 2021 - Go
-
Updated
Jan 15, 2021 - Go
-
Updated
Jun 17, 2021 - Go
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups
on templates for example.
admin_groups
on configuration for example.
-
Updated
May 12, 2019 - Go
-
Updated
Sep 6, 2021 - Go
-
Updated
Sep 6, 2021 - Go
Describe the bug
Right now the deployment yaml (from the helm chart) has the same liveness and readiness probe:
readinessProbe:
httpGet:
path: /config
port: http
initialDelaySeconds: 1
periodSeconds: 3
livenessProbe:
httpGet:
path: /config
port: ht
-
Updated
Aug 30, 2021 - Go
-
Updated
Sep 2, 2021 - Go
-
Updated
Jan 9, 2021 - Go
-
Updated
May 19, 2021 - Go
-
Updated
Sep 6, 2021 - Go
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
-
Updated
Sep 6, 2021 - Go
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 26, 2021 - Go
Improve this page
Add a description, image, and links to the golang-application topic page so that developers can more easily learn about it.
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."
GenMarkdownTreeCustom has a way to a header (
filePrepender
arg), however there is not a first class way to add a footer.