Yakov Khalinsky
Yakov Khalinsky
Just wanting to keep this fresh, as my work has decided to try out RAML 1.0 and I am stuck trying to run tests from my fresh new RAML 1.0...
@Fleischers I've resorted to converting our RAML to Open API and using Dredd for testing, it's not a bad solution if you're files are converted with enough strictness
Unfortunately resizing the window doesn't bring back the terminal display :) Just want to say this is a great package :+1: I might have a look through the package code...
Don't know if this gives any more clues, I scrolled up in the window after it is "cleared" and see characters on a single column ![screen shot 2014-03-20 at 9...
Super useful package BTW :+1: so good to see my console output while running and editing node apps
Sorry to take so long to get back to this issue. I've reinstalled the plug in, unfortunately jshint seems to be interfering with it. Everytime I click in the terminal...
Should do, if the promise ever resolves with an error(rejection). The second arg in the `.then(arg1, arg1)` if a reject is ever called in the promise. It's of course optional....
I might look at making some nicer docs using GH pages so we can get a proper list of functions, and also add `async/await` as well as traditional `Promise.then().catch()` Or...
Thanks for reporting @evanslify when I get a chance (possibly later this week) I will investigate
Thanks for the question, currently Drakov doesn't understand parameters, although under the hood we are storing information about them. My hope would be that we could somehow do this in...