Artem Kostiuk

Results 61 comments of Artem Kostiuk

I would also love to use this feature. Faced this issue when trying to specify API version using number wrapped in brackets like `"1.0"`. It got converted to number `1`.

Hello again dear contributors. @dthree, I'm ready to implement this feature/bugfix and I was wondering if you would be willing to accept my contribution. If you would, please share your...

Greetings to everyone having this issue. I've discovered a way to make params be parsed as strings. Hopefully this will be useful to someone. Note: This enables such behavior per-command...

Hi there. You could manually execute help command with `vorpal.exec('help')` and `vorpal.exec('help commandName')`. Hope that helps.

@PatoSalazarNascent maybe `vorpal` is a different object in your scope or maybe output is consumed by something. I've tried running your code and it worked. ``` var vorpal = require('vorpal')()...

> question... I have two different commands like this. Is this correct or I don't need another reference to vorpal to create a different commands. Maybe this could be affecting...

@scarabdesign right. That's what I meant

Hi. Has this already been implemented by the [data.filter config](https://tarekraafat.github.io/autoComplete.js/#/configuration?id=filter-optional)?

I'm having the same issue on Linux. Lib version 0.4.0. Here's a JSON Schema I use. It uses some features of newer drafts but online JSON Schema validation tools say...

Note that raml-js-parser-2 has been deprecated, the new official parser is [webapi-parser](https://github.com/raml-org/webapi-parser). Feel free to attempt to reproduce this issue with webapi-parser and report any issue you may have on...