pejotr

Results 5 issues of pejotr

Added support to localize existing tooltips. @blessedcoolant @lstein please review

**ramlo 0.2.1** > C:\bin\nvm\v6.2.1\node_modules\ramlo\src\modules\api.js:246 > if (Object.keys(ramlBody).length > 0 && _.isFunction(body.schemaContent)) { > > ReferenceError: body is not defined It should be `_.isFunction(ramlBody.schemaContent)` not `_.isFunction(body.schemaContent)`

bug

**v 0.2.1** String pattern constraints from schema are not included in docs: ``` "birthday": { "type": "string", "description": "Birthday date in format of mm-dd-yyyy", "pattern": "^[0-9]{2}-[0-9]{2}-[0-9]{4}$" } ``` ramlo result:...

enhancement

**v 0.2.1** For JSON schema like this: ``` "gender": { "description": "User's gender", "type": "string", "enum": [ "male", "female", "unspecified" ] } ``` Ramlo produces this: ![ramlo-enum](https://cloud.githubusercontent.com/assets/3056813/16978857/77355a8c-4e5e-11e6-814c-f1a50bbd917d.png) While raml2boot gives...

enhancement

Would be nice to have rss-like feed for Packtpub's free daily offers. Once a day fetch data from the api and present it on selected channel with some nice formatting....