Sergey Vilgelm

Results 12 issues of Sergey Vilgelm

It would be great to have a style same, or very similar, as godoc. Most people are familiar with that style and I faced an issue when I had to...

suggestion

This let's handle all flag errors and decide how to print them on the fly

lifecycle/frozen
size/L

Conver the SuggesterFixes to Replacement by: 1. applying the fixes to a file in memory 2. creating a diff by comparing with original file 3. using `ExtractIssuesFromPatch` function to create...

enhancement
blocked
area: auto-fix

- [x] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [x] Yes, I've searched similar issues on GitHub and didn't find...

bug
area: ci

output: ``` pkg/cmd/register/routes.go:40:12: fieldalignment: struct with 32 pointer bytes could be 16 (govet) type route struct { ^ Rearrange fields struct { HTTPMethods map[string]*httpMethod `json:"httpMethods"` Route string `json:"route"` Streamable bool...

blocked
area: auto-fix

Sometimes we want to use a different unit as base. We have an API that returns a link to download a file instead of returnning it as the responses if...

I'm trying to download and run the binary file, but macOS prevents it, because cannot verify it Could you please release the binary file to the homebrew or to the...

Hi, I'm trying to install the tool using go get method, but am getting an error: ```shell 21-02-03 18:44 % go get github.com/yukithm/json2csv/cmd/json2csv # github.com/yukithm/json2csv/cmd/json2csv go/src/github.com/yukithm/json2csv/cmd/json2csv/main.go:68:17: cannot use cli.StringFlag literal...

I see that this projects heavily uses Swagger v2, but is there a way to generate v3? Maybe you can recommend a project that we can use instead of go-restful-openapi...

I'm currently using very outdated library `v1.1.1-0.20190620131940-98aa997b1687`, and I want to upgrade to latest, but I was really surprised when the `swagger validate` shows much more warnings with new version....