Refael Ackermann
Refael Ackermann
Would also be nice if it'll default to `linkToSystem == false`
The cause is that on a vanilla install the `HOME` enviroment variable is not defined result: ``` path.js:204 throw new TypeError('Arguments to path.join must be strings'); ^ TypeError: Arguments to...
They should not affect the binary + cache hits will omit them anyway
I'm sure it's been brought up before, but I'm contemplating ways to parse the test output of each package and enable a finer grained ignore/flaky annotation, optimally on a per...
For example nodejs/help#592 has the proper format so in Includes: > * **OS**: Windows 7 This would ping @nodejs/help-windows
##### Checklist - [X] `npm install && npm test` passes - [X] documentation is changed or added - [X] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines) ##### Description of change Just some...
Log filled with ``` "{ "presence": { "available": false, "device_status": { "desktop": true, "mobile": false, "tablet": false }, "reachable": true }, "user_id": { "chat_id": "105612344898698182949", "gaia_id": "105612344898698182949" } }" ```...
!!! 👍 👍 👍
It's not trivial to get `make` installed on windows. It [breaks my CI](https://ci.appveyor.com/project/refack/windows-autoconf/build/1.0.113/job/mo49agxs6qt5rbth) :( In this project it doesn't do too complicated stuff (mostly globing?) and should be easy to...
Continued from https://github.com/nodejs/node/issues/22722#issuecomment-419286805: > IMHO bundle-ability is a goal for general tooling enablement (we can argue on priority later). I believe that single file cohesive packing has many benefits for...