Toby

Results 5 issues of Toby

Hi there. Great to see that the exclude option is now present. It would be really useful if grasp had an option that told it to read a local `.gitignore`...

When connecting to Dropbox, Dillinger currently requests 'Full Dropbox' privileges. It would be great if the user could have a little more control than providing full access; this could be...

Feature Request

I have started getting the following error when running StormDocker. It was working fine, now i've started getting the following error in StormUI. It works intermittently if i refresh the...

The [swagger spec](http://swagger.io/specification/#schemaObject) allows polymorphism using a `discriminator` field. I don't think swaggerize-routes has support for this at the moment, can you confirm this is the case? For example, say...

We have grunt-mocha-cov configured as follows: ``` mochacov: { test: { options: { reporter: 'spec', require: ['should'] }, files: 'tests/**/*.js' }, coverage: { options: { reporter: 'mocha-lcov-reporter', require: ['should'], coverage:...