Johannes Brüderl

Results 32 comments of Johannes Brüderl

~~i have the same issue, with for example `go run`. With mode term it works. Any chance to make this work with the "normal" mode, in quickfix window?~~ edit: okay,...

If i load `https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v2.0/json/api-with-examples.json` or `https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v2.0/json/uber.json` there's no errors. Since the document contains the version,i think it supports both. But i might be wrong..

@bsakweson https://github.com/go-swagger/go-swagger can merge swagger files. we're using this to create one unified swagger definition.

thanks for the prompt reply. i wonder, is this somehow known as a relevant problem / on the roadmap ? i suppose for many use cases, e.g. monitoring, it's not...

same problem on linux. in addition to the command shown above, you have to change the advertised host, otherwise you won't be able to connect. ``` docker run --rm -e...

Yes. It's currently internal code but i will will upstream it in the next weeks. Works already, currently doing the last polishing..

yeah i guess it will work. Anyhow, i would need to add the MarshalJSON / UnmarshalJSON functions to the NodeID type. which is OK. i just didn't see a function...

Looks good. Will update the PR next week :)

Thanks for having the discussion. this was also my preferred alternative, I'm happy to work on that.

FYI i currently don't have time to pursue this due to time pressure at work for other stuff :] i didn't forget about and am still planning to open source...