Eric Greer
Eric Greer
Currently, slice flags are required to be specified multiple times. It could be helpful though to automatically parse commas in slice flag inputs into different values. Then again, it could...
It could be convenient to pass in a pointer to a struct for options. Flaggy could loop over the struct fields, and depending on the property type and name, assign...
In some circles, using a single `-` means that the next character will be a single-character flag and if there are multiple letters, they should be treated like a list...
We should generate bash auto complete code when some pre-defined flag is specified. The flag should be able to be turned off if the user prefers that flag not be...
It would help contributors if we made getting started an easy process. The process is basically the git flow... - Make an issue to propose your change - Fork the...
This issue is to plan this feature. We should not put this program in the main codebase if it has external dependencies. Formats to consider support for: - Markdown -...
I think this is the fix to the issue I repoted. Issue #47 It was still possible for fread to not fully return all the requested data in one read...
It appears that _multi_bulk_reply runs _bulk_reply repeatedly but _bulk_reply is emptying the socket of all replies.
**Describe the bug** When I use @user.name, it comes out as plain text in the JIRA UI. When I fetch an issue with an At mentioned member, I see the...
We are having `kiam-server` version 3.2 intermittently fail health checks. We have increased the health checks to as follows, and it helped some, but we still get too many unexpected...