Nathan Vander Wilt
Nathan Vander Wilt
Latest test script: ``` var fs = null, data = Buffer(60*1024); if (0) { var vol = require("fatfs/img_volume.js").createDriverSync("/Users/natevw/Desktop/fat32.img"), fs = require('fatfs').createFileSystem(vol, {umask:0020, uid:99, gid:42}); writeData(); } else { var sd...
I'm not sure this is urgent, but one way to tackle would be to move _all_ the FAT allocations to the chain, and have the higher-level stuff simply read its...
Wouldn't this address #28 too?
As a solution to the plugin dilemma of the initial idea, perhaps the URL objects can be "pre-annotated" by a plugin? The proposal here is basically that `()` returns a...
Also, this needs documentation once it's settled.
Removed the error handling stuff alongside the integration of #35 and bump to 0.10.0.
I think this makes sense, but probably best to migrate this to X-Fermata- prefix instead of just X-.
Or use a `Symbol`?
I'm not opposed to this; promises are interesting and it'll be interesting to see what comes of DOM/ES6 support for them. With `fermata` specifically, the one catch is that we...
So here's a question for you: on the 'upcoming' branch I've got some code to support streams and better control over response types. I guess at this point it's still...