dmytro

Results 4 issues of dmytro

Given the following yml: ``` swagger: '2.0' definitions: Delivery: properties: deliveryId: type: string FeedbackMessage: properties: consumerEmail: type: string feedbackMessage: type: string Delivery: properties: deliveryId: type: string ``` validator will give...

In generated assert-style checks, `assert.true` was used, which gives error `assert.true is not a function`. This PR changes all assert.true to simply `assert`. Also, this adds a simple message to...

Added max navigation depth, with a setting in configuration file. Added configuration editing to 'Preferences' menu

``` return self._message().as_string() File "/home/javier/python/wszbeltia/lib/python2.7/site-packages/flask_mail.py", line 307, in _message **ascii_attachments = current_app.extensions['mail'].ascii_attachments KeyError: 'mail'** ``` Also see: http://stackoverflow.com/questions/28466384/python-flask-email-keyerror-keyerror-mail Downgrading to 0.9.0 solves this.