Steve Konves
Steve Konves
Interesting 🤔 Which version of node, npm, and os are you using?
Interesting. I am on MacOS 10.14.2 running the same versions of node and npm. Which distro/version are you using? Also, what is your output for: `tbv verify express` (no pre-pack...
It looks like the when the`Create package` step runs on some (all?) Linux distros, TBV isn't grabbing the full console output (it only contains the tarball name). When the regex...
I just pushed a commit that allows support for running TBV within a docker container: (d6663f6). I was able to reproduce the failures described in this issue.
v0.2.0 compares package contents instead of tarball shasums. I have `tbv` and `express` passing in Fedora 29 (docker). `redux` errors out in Fedora, but passes in Alpine and Jessie. I'll...
Thanks for the feedback 😄 What version of passport and what version of node are you using?
I forked passport's Express 4 example app and added `express-http-context` in an effort to reproduce the issue. You can see what I did at https://github.com/skonves/express-4.x-local-example. My steps to test: 1....
I am not aware of any performance hits or benchmarks for this library. I am interested in discovering what types are benchmarking would be useful for developers. I will leave...
Thanks for the detailed info! 😃 As I have been looking into these types of issues (context being lost in certain scenarios) I have been looking at the issues in...
Thanks for the feedback :+1: What are the current versions of node, npm, and your operating system?