Danila Fominykh
Results
2
issues of
Danila Fominykh
PR contains corrections to make automatic connection of repository with source code to packages when they are uploaded, in case a user or organization has a repository with a name...
lgtm/need 2
modifies/api
topic/packages
size/L
Related to [Issue](https://github.com/jessevdk/go-flags/issues/399): Stacked short options are not recognized after first unknown option (even with flag `IgnoreUnknown`). Following code sample: ```go package main import ( "fmt" "github.com/jessevdk/go-flags" ) var first...