Results 517 comments of Joyee Cheung
trafficstars

Hmm so I think to make it work on Linux, we should set up proper man pages (it works on Mac because the rules on macOS seem to be different)....

General outline 1. Write a man page in `man/git-node.1` 2. Crete a post-install script that moves `man/git-node.1` to the `path.join(process.execPath, '..', '..', 'share', 'man', 'man1')` (or is there a better...

Oh wait, we could just log the help text instead of creating a man page anyway

I've been wondering..do we need to attach the outline of a more embedder friendly API to the environment? Essentially there are at least multiple levels of abstractions here: 1. A...

It's probably worth adding a test-benchmark-startup test too, in case this happens again, but it doesn't have to be done in this PR.

Landed in 8821860f11a94e69ba642d874d3226480a68fc1b

Not for now. The script is not a module, while TLA is a module thing. We could implement support for snapshotting a single file module but that still requires snapshot...

In Node.js core [we have a guideline](https://github.com/nodejs/node/blob/4f5aa3607d84ad500e496fbffccd91b769cab259/doc/guides/using-symbols.md) on using symbols to hide private states (they are not private but there are no better alternatives), because we have caught numerous usage...