John Gee

Results 111 comments of John Gee

The predominant subset of semantics, supported by all utilities I have examined, is: - no v prefix - semver triple - unix line ending https://github.com/shadowspawn/node-version-usage

Thanks for `volta` link, I am subscribed to that issue now. My current focus is products which support or use `.node-version`, and I do not wish to add work-arounds for...

For interest, same work-around of linking mentioned here: https://github.com/xmldom/xmldom/pull/52#issuecomment-651976549

I'll reopen this to give it some more visibility and opportunity for feedback (👍) , since a few people have already found it since being closed. That might indicate I...

> (heads up, I looked up contributors on https://github.com/pkgjs/parseargs/graphs/contributors but maybe there's more people that should be credit here). Thanks. Does not feature in the commits, but @ljharb contributed to...

If you wonder what Cordova might look like using Commander for the CLI, I tried emulating the Cordova CLI to try out some new features coming in Commander v5: https://github.com/shadowspawn/commander-does-cordova.git...

I did some research on version flags for Commander: https://github.com/tj/commander.js/issues/1621#issuecomment-939610062 The long flag `--version` is very common, the short flag varies. The references I found cover the full spread, one...

(I won't volunteer to take it up thanks, busy elsewhere. But I might get to it some quiet day when I am looking for something to contribute to!)

Update: `parseArgs` now also available in Node.js 16. Still experimental. Stand-alone package (ponyfill?) at https://github.com/pkgjs/parseargs but only one dependent on npmjs so far and not much interest expressed to date....

I tried again with the current version. Still broken, but the error behaviour has changed. ``` % docker-compose --version Docker Compose version v2.10.2 % docker-compose -f docker-compose.yml -f docker-compose.admin.yml run...