coolaj86 / formaline

formaline is a module for handling form requests ( HTTP POSTs / PUTs ) and for fast parsing of file uploads.
Apache License 2.0
239 stars 16 forks source link

Please grant me push access to npm and the repo #42

Closed coolaj86 closed 12 years ago

coolaj86 commented 12 years ago

I see that you've abandoned the project, but I'd like to pull in fixes from others and republish to npm

npm add owner coolaj86 formaline

I'd also like to be able to pull those fixes into the main repository

https://github.com/coolaj86/futures/admin/collaboration

Add coolaj86 and kristianmandrup

If you don't care one way or the other, then please just grant ownership to kristianmandrup

https://github.com/coolaj86/futures/admin/options#transfer_confirm

rootslab commented 12 years ago

Hi @coolaj86, I have added you and @kristianmandrup to repo collaborators on github. About npm registry, now you have r/w access to formaline, but I haven't been able to add username kristianmandrup to owners. Feel free to merge all patches in this repo, or fork formaline and publish that package with your preferred name for npm registry!

coolaj86 commented 12 years ago

Thanks,

I'm starting a rewrite of formaline (creating a v2.0 branch).

The first step has been to pull the form-parsing logic out into a separate module: https://github.com/coolaj86/poor-form

My simple test cases pass, so now I'm going to start working on the API. If you have time, take a peak at my logic to see if I've missed any corner-cases. I followed what you had as best as I could while pruning out the multiplicity of features.