Lucas Cimon
Lucas Cimon
> We should get the existing test suite to run in this new environment to validate the functionality of this module with these fixes 👍 Agreed I could add a...
> Maybe. Hard to really know until I see it, though 😂 Ok. I'll try to craft one soon, but this won't be high priority for me now, so feel...
I've a added one last commit with some starting point for a new test matrix entry I see you latest comment now: great that you found a fix for `core-js`,...
Note that "hardening" `depd` may still be a good idea: some people may have to use older versions of `core-js` (I think v2 is still used a lot). And I...
The tests suite won't pass because it contains many assertions like this: ```javascript function callold () { mylib.old() } var stderr = captureStderr(callold) assert.ok(stderr.indexOf(basename(__filename)) !== -1) ``` But in this...
I also tried another approach here: https://github.com/voyages-sncf-technologies/nodejs-depd/commit/852f04facd29f208a52960dac62bdbbffcca23e3 (branch [makeCallSite](https://github.com/voyages-sncf-technologies/nodejs-depd/tree/makeCallSite)) The pipeline is fully ✔️: https://github.com/voyages-sncf-technologies/nodejs-depd/runs/5602759731 But I had to make some minor changes to the reference `test.js` file, to loosen...
> Unfortunately last night I had a really bad fall and my shoulders and right arm / hand is really messed up. Got some temp splints and stuff from the...
I'd be interested in a new release too 🙏
This extension is still present on the Chrome store: https://chrome.google.com/webstore/detail/page-size-inspector/oepnndnpjiahgkljgbohnnccmokgcoln
I am using `gitchangelog` 3.0.4 under [Cygwin](https://www.cygwin.com) with Python 3.7.4 and git 2.21.0 (both installed through Cygwin) I played a little bit with the code, and it seems that `GitRepos.log`...