parted icon indicating copy to clipboard operation
parted copied to clipboard

Streaming body parser for node.js.

Results 7 parted issues
Sort by recently updated
recently updated
newest added

I'm getting this error ``` TypeError: Cannot read property 'path' of null at Parser._finish (/mnt/c/Users/cheye/OneDrive/Desktop/Ethiion/parted-master/lib/multipart.js:371:12) at Parser._parse (/mnt/c/Users/cheye/OneDrive/Desktop/Ethiion/parted-master/lib/multipart.js:178:18) at Parser.write (/mnt/c/Users/cheye/OneDrive/Desktop/Ethiion/parted-master/lib/multipart.js:80:10) at IncomingMessage.ondata (_stream_readable.js:693:20) at IncomingMessage.emit (events.js:197:13) at IncomingMessage.EventEmitter.emit (domain.js:439:20)...

Hello, It appears that that latest commits that have been merged into master haven't been published to npm yet (latest in npm is v0.1.1 but that doesn't include changes merged...

Hi can you explain the logic here please because I'm very confused and it's taken ages to actually get to the bottom of the problem. in /lib/json.js L241 (below) ```...

Pass options to constructor

If the upload path includes the drive letter, then the newest version of Parted seems to fail using Node 0.10.x on Windows 7. I'm using Parted as an Express middleware...

@chjj I've wanted to implement this in nodejitsu for a while, but haven't found a reliable multipart implementation to use: - Currently a user has to call `PUT application/json apps/:user/:app`...