Mohsen Azimi
Mohsen Azimi
Do a npm install
Can you please paste the error message here?
First. You're leaking your token. Make sure you invalidated that token. We should probably do a better job when fs writing or making file names. A PR to safely write...
No idea but guessing we're generating repeat names
We are trying to make a folder on disk based on your Facebook phot album name. I'm guessing you have an album that has some sort of weird character in...
For the recored, this is happening at mohsen1/swagger-docs@ 510f53596d8d4832515ae31eba2feea388ba8b60 right now.
@jacktator I don't remember haha! I guess I stopped using browserify then...
If `$ref: "#/parameters/MetaDataParamGroup"` resolves to a hash (as described above) `parameters` will have that hash in it which is not valid as Swagger 2.0. Unless we change the `parameters` array...
`parameters` is an array of parameter objects. I'm not sure if we want parameterName:parameterObject hashs in the spec also.
If you were using pipes for everything it would be easy to use [`stream-throttle`](https://www.npmjs.com/package/stream-throttle). I did try to make it work with stream-throttle with no luck. I'll try again