Bob Dickinson

Results 40 comments of Bob Dickinson

I looked through the repo to see if I could find the script/tool used to generate the ttf (and other) fonts, but could not find anything. If everything used to...

@jestelle - Thanks for the explanation. I am trying to use these icons to create push buttons with an icon and a text label, in a horizontal layout with the...

I'm not sure I agree that this is a dupe of #101 (though certainly a streams-based solution should handle upload and download). I don't have a problem with lack of...

Fair enough. I guess the description "streams" in #101 followed by a conversation of a few posts talking about upload didn't necessarily convince me that download was assumed (particularly given...

And certainly no offense is intended to anyone not being paid by Dropbox that's trying to make this SDK better.

At least for Node.js, this is a very easy fix. There's a bunch of code in download-request.js that is building the giant string. If you just eliminated that code and...

My point was really just that the API is poorly designed and should return a readable stream instead of a chunk of data (string/blob). Whether that readable stream is in...

@groovymarty - I did make a local change to test it, but never committed. Frankly, I'm pretty disappointed by this library and am about ready to abandon it (maybe just...

Just to be absolutely clear on this, stream support is also required for filesDownload(). At least with upload you have the potential to use multi-part upload to make large files...

Similar issue. Would like to load my "db" from object store, jam it into nedb, do some operations, serialized it out of nedb, and write back to object store. How...