Petri Savolainen
Petri Savolainen
Is this related? http://comments.gmane.org/gmane.comp.python.twisted/25099
Here's a draft homebrew recipe. Some notes: - the hfst build process fails to detect `glibtoolize` so a link to `libtoolize' with that name should be added (would be nice...
The docs should also explain where to find / how to construct or get the wsgi-runnable application callable that accepts the standard (environ, start_response) argument pair.
I thought txaio is only meant to be used to provide an abstraction layer so code can run unmodified both on asyncio and twisted? So why would it be needed...
The builder has a bug; a fixed one is available here: https://github.com/koodaamo/sphinxcontrib-dashbuilder. Confirmed it generates a working basic docset. The search could be improved though etc.
On OS X 10.10.3, I just installed the latest pyswagger from pypi. Also tried fresh master from here. I have a YAML file at /Users/petri/Code/vidamin/api.yaml and try to load it...
I think I figured the problem. The code in getter.py. [`__init__`](https://github.com/mission-liao/pyswagger/blob/master/pyswagger/getter.py#L84-L101) expects a directory path and then tries to find one of default pyswagger files in that directory (either 'resource_list.json',...
There's also a bug in `__load__`, see [line 111](https://github.com/mission-liao/pyswagger/blob/master/pyswagger/getter.py#L111)
Option two sounds good to me - that way swagger newbies such as me won't get tripped by the convention in the spec that you point to. I agree that...
@mbeacom any chance of submitting a PR with your fixes?