fredbi

Results 190 comments of fredbi

I believe that is the tool used by @casualjim to cut releases: https://github.com/go-openapi/github-release

yes. We should definitely cut a release. Dozen of fixes have accumulated since our last release. @casualjim perhaps we shoud sync up on that part?

> To anybody reading this: > > A workaround for now is to use: > > ``` > go run github.com/go-swagger/go-swagger/cmd/swagger@abb53530bfcf49c470e5f4c7071ee43f37ec7437 > ``` > > PS. Commits newer than that...

You are probably stumbling on go1.12 issue, using go modules by default. Try with `export GO111MODULE=off`

@CharuR this should just work now with latest release. Could you please confirm?

Sorry I made a mistake by referring to this (just a typo with the issue number)

Here is an example: https://github.com/go-swagger/go-swagger/blob/7e78dad3f5a992469add074db73bbcef3d8aebd8/fixtures/goparsing/go119/golangnuts.go#L24

That's a valid bug. Required should not propagate down to the additional properties

This just works with the principal flag. But yeah it's convoluted and would deserve more doc/examples...