golang-application
Here are 809 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
Sep 16, 2021 - Go
Describe the feature or problem you'd like to solve
My team has its issue board not on a specific repo, but on a group above the repos, currently it seems that glab doesn't allow selecting issue boards on groups, only on repos, so I can't display our issue board.
Propose a Solution
Find issue boards from all parent groups for the repo that is the currently open folder in the terminal,
-
Updated
May 22, 2021 - Go
In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .
-
Updated
Sep 20, 2021 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Aug 9, 2021 - Go
-
Updated
Jan 15, 2021 - Go
-
Updated
Sep 10, 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 20, 2021 - Go
-
Updated
Sep 17, 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
Sep 14, 2021 - Go
-
Updated
Sep 2, 2021 - Go
-
Updated
Jan 9, 2021 - Go
-
Updated
May 19, 2021 - Go
-
Updated
Sep 15, 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 17, 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 (
filePrependerarg), however there is not a first class way to add a footer.