Harminder Virk
Harminder Virk
@bensmithett I have been working on a file uploader for VueJs, that will be open sourced and maintained by me and dragster is one of the dependency for same. So...
Seems like a duplicate of https://github.com/sindresorhus/np/issues/504. Also facing the same issue, so decided to downgrade to `v5.2.1` for now
If there was a namespace feature, then things would have been easier. For example: ```js bundle.addResource('message', res) bundle.addResource('validations', res2) ``` Then I can basically prefix the namespace as follows. ```js...
@LewisJEllis Yes you got it 100% right. Here is my actual use case. 1. I have users who can write files to my server. 2. Each user has it's own...
It is possible now using `tags` in swagger https://swagger.io/docs/specification/grouping-operations-with-tags/
I changed some variables to have black layout too.  
The newer version of cli (unreleased) is a re-write from scratch. Closing the issue, unless it gets re-created from newer version as well.
Shouldn't this be an issue with Nodemon instead?
Yes. The `--dev` flag means a file watcher will monitor for file changes. I am happy to accept the PR to improve the flag description :)
It will require some internal architecture changes. Lemme see if I can pick it up in coming days