jongleberry
jongleberry
here's some mostly refactor-based changes i'd like to see. AFAIK you've got this covered @dougwilson, but let me know if you need help: - refactor the router to a separate...
no, `app.route()` doesn't strip the path segment from the url. only `.use()` does. up to @defunctzombie if he wants to support this though. it could make the internal code simpler...
> I think we should change .all to simply add middleware and not affect options responses. Yes, it will be slightly different than app.all, but whatever. +1
easier to make a module that does that for you, then see if people are interested in it. adding it to express means additional bloat. plus, i hate that `.end()`...
building an image service like imgur and kraken, but i plan to always make it free and public because https://github.com/mgmtio/simgr right now i'm testing it on heroku, but i'm running...
i'm seeing this too, but with 0.5, so i guess it didn't get fixed.
so aside from the keygrip stuff which can just easily disabled by checking whether the methods exist, the other issue seems to be something about missing this function in 0.8:...
Hmmm maybe crypto api changed then
@dougwilson what's the status on this? should i rebase? or did you have some ideas?
@dougwilson any status updateS?