Results 26 issues of Jonas Hermsmeier

Specify & consolidate an API that file system drivers would implement to make them interoperate with node-disk, so that file systems could be automatically detected & mounted. **Prototype API Example:**...

Attempt to read extended / logical partitions when reading a MBRs partition table, and the partition type indicates an extended partition (i.e. partition type `0x0F`).

feature

It's lacking. A lot. ref #19

- [ ] Implement header serialization - [ ] Implement body serialization - [ ] Implement attachment serialization

So one can, for example, validate signatures (DKIM, PKCS, ...) Concept: ``` js var Envelope = require( 'envelope' ) var DKIM = require( 'envelope-dkim' ) Envelope.use( DKIM({ algorithm: 'rsa-sha256' }))...

Implement a BlockStream which streams Blocks with their offset, to enable efficient & fast reading / writing of sparse images. Example use case: Flashing an OS image; which is usually...