Harminder Virk

Results 417 comments of 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. ![screen shot 2017-05-21 at 4 00 03 pm](https://cloud.githubusercontent.com/assets/1706381/26283092/ac5fe184-3e3e-11e7-8249-516164f9b5a1.png) ![screen shot 2017-05-21 at 4 00 09 pm](https://cloud.githubusercontent.com/assets/1706381/26283093/ac7e614a-3e3e-11e7-9e64-f049486c2f78.png)

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.

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