Bartosz Sosnowski

Results 26 comments of Bartosz Sosnowski

What would be the point of the plugin? Tracking user location - that is possible, maybe in some future version.

You basically have to run the app multiple times, for each commodity.

CI: https://ci.nodejs.org/view/libuv/job/libuv-test-commit/606/

CI: https://ci.nodejs.org/view/libuv/job/libuv-test-commit/626/

At one point I proposed adding system for overriding default `npm test` command (https://github.com/nodejs/citgm/commit/081e0398b9d9e0112ecb6c8f7846bd8dd5978e91) and used it to make CITGM run almost all modules on Windows (https://github.com/nodejs/citgm/commit/f1296d52a7591a542ae7395da2790f11c9e3a259). Usual problems are:...

I think we should land this, but I didn't have time recently to write tests.

I think this is not needed anymore. https://github.com/nodejs/node-gyp/pull/1582 made a change that extracts the Python .exe filename even from batch files and then uses it. We are no longer using...

I've updated the PR to use [glob](https://www.npmjs.com/package/glob) directly, PTAL

Updated, made the tests pass, PTAL

Please provide the entire, verbose log (add `--verbose` to the npm command). Put it inside triple ticks so the formatting works: ``` like this, output goes here ``` Also: what's...