Ihor Kalnytskyi

Results 51 comments of Ihor Kalnytskyi

Hey @rompom, Thanks for reporting that. Honestly, I have no capacity to maintain this library. If you come up with a PR, I'll gladly accept it. However, I'd recommend another...

Thanks for reporting. ReDoc.js will not work with any target but html. However, it's definitely a bug because it must not error on other targets.

Just made a release. Sorry for inconvenience.

Thank you for your contribution. I'm sorry for not merging this earlier.

Alternatively, the new interface can be developed in-house while deprecating the old one, which will delegate its calls to the new interface. :thinking: This approach will result in much more...

Consider to use http://www.appveyor.com/ as CI on Windows

@insolor thanks for your feedback! Holocron was designed to be OS-agnostic, but unfortunately I never had a chance to test it on Windows. I believe all problems aren't tricky to...

I'm not sure that JSON feed is used by at least one mature software though I'd say: why not give it a chance? :)

@sn4kebite sorry for the late reply, I've been busy lately. :( I'm not quite sure I understand your use case correctly. Could you please elaborate? For what purpose exactly you...

Alternatively, in some cases (when only domain is changed), you may use something like: ```python 'spec': 'http:///api/rest/spec.yaml', ``` which will try to download the spec from `/api/rest/spec.yaml` from the same...