aadamowski
aadamowski
See also readium/readium-js-viewer#138.
After closer consideration, I think that the cleanup should be based on a mandatory invocation of a `Readium.closePackageDocument()` method, in analogy to the current `Readium.closePackageDocument()` method. That's the approach I've...
Same problem in my case: ``` Error detected: TypeError: Object # has no method 'User' TypeError: Object # has no method 'User' at module.exports.findUserById (/node_modules/mongoose-auth/lib/modules/everymodule/everyauth.js:7:10) at Object.fetchUserFromSession [as handle] (/node_modules/mongoose-auth/node_modules/everyauth/index.js:52:13)...
In my case the problem's cause was in Everyauth - see [Issue 322](https://github.com/bnoguchi/everyauth/issues/322), where the new Express autodetection functionality is put to blame. I've submitted [pull request 323](https://github.com/bnoguchi/everyauth/pull/323) to revert...
In my case, we've migrated to [PassportJS ](http://github.com/jaredhanson/passport) since: 1. everyauth and mongoose-auth seem to not be maintained anymore, 2. some design decisions in everyauth seriously violate programming best practices...
AFAIR we've implemented a custom module analogous to Mongoose-auth. It wasn't exactly rocket science.
Same problem here. Using [email protected] and [email protected]. The issue should be reopened IMHO.
@dluces I didn't, unfortunately I don't currently have time to migrate my app to Express 3.
The problem is that `linux-tick-processor.py` **Python** script seems to have been replaced by a `linux-tick-processor` **shell** script. There's no more https://github.com/ry/node/raw/master/deps/v8/tools/linux-tick-processor.py (404), but there is: https://raw.github.com/joyent/node/master/deps/v8/tools/linux-tick-processor So node-profile should be...
**atlatl**, just in case, have a read of this blog post: http://jleland.blogspot.com/2012/01/profiling-nodejs-on-linux.html