Douglas Wilson
Douglas Wilson
Strange. Most of all my modules are Node.js 0.8+ and even ones I released last week install on Node.js 0.8 without issue, with the npm that is included out-of-the-box (npm...
This is a fresh build of `master` on Node.js 0.8 and npm 1.2.30: https://travis-ci.org/pillarjs/csrf/jobs/448623371 . It didn't seem to have any issues downloading and installing modules from the npm registry....
👍 there is an unreleased change to `master`, so I'm going to release a simple patch version of this module in the meantime, don't panic if you see it. I...
So speaking of Node.js 0.8, I was playing around with this PR on Node.js 0.8 on my machine and I encountered a bug I basically forgot about: https://github.com/pillarjs/csrf/pull/10#issuecomment-220851160 Basically in...
Oh, nice, I didn't even realize that was there in the PR. I always pin dependency versions anyway to specific versions such that I can see what the changes are...
Awesome, @ai ! Let me just finish up this release of `csrf` and then I'll test out this PR again on the same machine to double-check the error is gone...
Hi @ai , sorry to come back again 😢. So I tested the updated PR (and yes, it installed nanoid 1.3.2), and I still had the same issue, the seed...
Hi @ai I was using Node.js 8.12.0, which was the version "recommended for most users" just as of last week, though they rolled over the versions now. I was just...
imo both these suggestions are over complicating both these modules and would tite them together too closely. For example your suggestion that serve-static should do something different if there is...
Ah, all you get in the template is `{files}` so you would have to use a template function to do this instead of using the string template. We could make...