James McParlane
James McParlane
I have a requirement where I have all of my workspaces including a module. but in one of them, I don't want the dependency to be hoisted out of the...
This is a major issue for me. Need write to be async OR the ability to perform a blocking flush/close. A the moment when generating a report and exiting process.exit(-1);...
I have just encountered this issue as well, even with deleted lockfiles. Even with lockfiles and using `npx fix-has-install-script`, I still have the issue. The only thing the worked was...
The cause of the issue for me was having a `:` character in the file path. Looks like something deep in the toolchain is not escaping/unescaping properly.
> Thanks for the suggestion! > > Is the proposed `ncu -u -w=*` any different than `ncu -u --deep`? `ncu -u --deep` could affect more dirs than those specified as...
Just to be clear, is this what is blocking VSCode extensions from using ES modules?
same for [node-canvas](https://github.com/Automattic/node-canvas)
It would be fantastic if I could just pipe out HTML5 from my console app and have it display on the terminal. How about that?
If I may be so bold, I would suggest the following approach. I'm wondering if we can outdo Python if we build from the ground up to focus on GPU...
Thanks! To give a toy example: `add(mult(w,x), mult(y,z))` We really want to build an object tree that represents the promise to execute this. That way, instead of passing `(w *...