Joe Wagner
Joe Wagner
The [greenkeeper/initial](https://github.com/linkedin/dustjs/tree/greenkeeper/initial) branch has a fix for this. Anyone know if/when this will be merged?
+1 for `hbs`
Hey @DBankx this module was originally built to work with connect, and I think would also work with koa. In general this is build to work with a middleware pattern....
Hopefully you did "not watch until completion" 😆
Hey @admehta01 this look pretty good, except it looks like you're instantiating a new instance of the middleware for each request. Instead of that you would want to instantiate a...
There's been a few issues for some kind of feature that would fill this requirement. https://github.com/expressjs/session/issues/158 https://github.com/expressjs/session/pull/159 https://github.com/expressjs/session/pull/40 +1 for looking to see if sessionID is already defined
What if we look to see if `req.sessionId` has been set by an earlier piece of middleware, and use that if it exists? We could basically just do [this](https://github.com/JoeWagner/session/commit/fc55f78285a15f18538b2614aae34f40cad52631) That...
For the sake of voting, I say nay... It seems a lot like code bloat. The current store handles debugging and running simple tests. What is the benefit of maintaining...
@tvainika I'm curious, why not use two store instances?