Oleg Tsarev

Results 11 issues of Oleg Tsarev

Supported assign parsed value not only to value types (string, bool, etcetera) but also to pointer types (*string, *bool, etcetera). It's very useful to distinguish missed in config value from...

Would be very nice to have information about function arguments and types. For instance ``` create table foo( a int unique ); create table bar( b int primary key references...

dbtoyaml

Hello! I am familiar with #59 and #61 and your decision to reject "nested structs", but at the same time I want to drag your attention to OpenAPI v3.x There...

Hello! Please take a look to this repository with reproduction case https://github.com/excavador/deepmap-strict-server-external-ref Run `make` to observe the issue ``` ➜ make go mod tidy go mod download go build ./......

area:external-refs

I would like to describe RequestBody for multipart/form-data content-type with encoding to particular fields ### Description The multipart/form-data content-type allows you to describe "contentType" for individual fields. Right now I...

enhancement
openapi-features

It would be great to have `go-pkg-prefix = github.com/companyname/reponame` instead of just `go-pkg-prefix = companyname`. I will try to make patch for this

I prototyped 'purge' command, for that I copied & fixed related file from gb-vendor. I am not sure how exactly 'ParseImports' should be used for this tasks. Hope for your...

By default in versioned S3 bucket `Delete` operation will insert `delete marker`. Sometime you need to clean all object keys version. Need to provide `rm` command: - with ability to...

enhancement

Hi! I am using your rules, and rules are awesome. I have single small problem: on OSX I am building PEX binary and then put it to centos-based docker image....

enhancement