Dejan Benedik

Results 7 issues of Dejan Benedik

## Problem statement See this comment https://github.com/golang/go/issues/20253#issuecomment-606971843 and the parent issue. After handling a request, the temporary files created when parsing multipart form should be removed. ## Swagger specification ##...

**Describe the bug** See https://swagger.io/specification/v2/#specification, Section Data types. > An additional primitive data type "file" is used by the Parameter Object and the Response Object to set the parameter type...

Type: Bug
p2

It's an amazing extension, though I wouldn't change it for the functionality of Overview. It'd be great if Bolt menu was hiding in the top right corner, or even down...

One of our tests verifies the version reported by API. This this is a short sha, which can sometimes be interpreted as a number of some sort, leading to the...

go-header template-path setting is usually a relative filepath. As a result, the linter only worked when golangci-lint was invoked from that folder. We detect if the template path is relative...

blocked
linter: update

`docker_build_with_restart` has been failing for me recently, but I've found out what's the issue - even though `/tmp/.restart-proc` has permissions `666`, the `/tmp` folder has [sticky bit](https://en.wikipedia.org/wiki/Sticky_bit) enabled and the...

The issue was introduced with #25. Cmd breaks when the go.mod is located in a subpath. Example structure: ``` project ├── .git └── go ├── go.mod └── main.go ``` One...