Nathan Wells

Results 6 issues of Nathan Wells

@truhlikfredy, what do you think about adding a command-line flag for verbosity?

Notable changes: * run lint on entire app * refactoring while reading code for clarity and flexibility (app.js and socket.js) * add docker support

This project looks awesome! Are there any plans to offer a RAML -> config conversion? If not, is there a specification or documentation on the config syntax?

See https://github.com/sphinx-doc/sphinx/pull/3938/files for the documentation, and https://github.com/sphinx-doc/sphinx/blob/master/sphinx/make_mode.py for implementation Basically `-M` is a alias for `-b` with some additional handling for other features like a `help` and LaTeX. Assuming this...

enhancement

Whenever ynab is imported I get the following printed to the console: ``` (node:52279) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation...