Evan Meagher
Evan Meagher
Right, wouldn't collisions represent symbol reuse within a single pattern? That seems inadvisable to begin with. Since the first, singly-namespaced approach better matches what other docopt implementations provide, I'd vote...
Correct me if I'm wrong, but the ref impl generates a dictionary where the only nested data structure is the `` list. Options and positional arguments are inserted into the...
Gotcha, thank you both. Excuse my ignorance. I'm not very familiar with docopt and came across this project when poking around for Rust CLI libs. This makes more sense now....
Such collision avoidance might be worth posing to the docopt folks via a separate issue on docopt/docopt, but is outside of the scope of #7. As long as the hashmap-based...
Similarly, the fact that GETs are [defaulted to utf8](https://github.com/ciaranj/node-oauth/blob/master/lib/oauth.js#L306) prevents the ability to correctly download binary data (i.e. via dropbox-node's `getFile` and `getThumbnail` functions).
Are you sure about that? If you pass in a Buffer as the `post_body` param, you assign its value to `extra_params` on [line 426 of oauth.js](https://github.com/ciaranj/node-oauth/blob/master/lib/oauth.js#L426). Then [later in `_prepareParameters`](https://github.com/ciaranj/node-oauth/blob/master/lib/oauth.js#L260-262)...
Any update on this? I've spent some time poking at oauth.js and I think the issue is deeper simply changing the predicate. After doing so, the request URL somehow gets...
No worries, I know how it goes. Yes, Dropbox accounts are free. If you're intending to play around with dropbox-node, you'll have to register a dummy app to get an...
Was this issue ever resolved?
Stumbled upon this issue while debugging a potential memory leak in the _Java_ Kinesis library, but perhaps it's related to [this memory leak issue in aws-sdk-js](https://github.com/aws/aws-sdk-js/issues/329).