Julian Waller

Results 526 comments of Julian Waller

I would be concerned about how big a nan based package would end up being. It produces a rather long list of targets, which will only get worse if adding...

https://github.com/conventional-changelog/standard-version/pull/907

I believe this is crash is only a problem when nodejs and your module are built with different versions of MSVC, and your module is built as /MD. So I...

Does your example work in node-gyp? I suspect this is a case of your `.node` file being built to depend on the vsruntime, which is not installed by default in...

> I am thinking of the idea of creating a conan package that would pull in the same dependencies that cmake-js does since this seems to be something conan is...

Is this still a problem? the library used to download files has changed, so it might handle proxies better or might not

That is an case I hadn't thought of. But as I said above `if cmake was not found on the path, or if the version found is too old`, so...

@thespacemanatee please open a new issue to discuss that. It has nothing to do with this unimplemented feature request

> I get what you say, but this has to stop somewhere. What about the compilers. Do you expect this to download GNU GCC, or CLang etc to make the...