James Talmage

Results 185 comments of James Talmage

> Does AVA spawn a full new child process, or a new context? A full new process. Though we will probably move towards `vm.runInNewContext` as an option. The issue with...

With regard to having to walk the full dependency graph, I think that is where something like `generate-plugin-hash` would be useful: ```js // generate-hash.js export default function(opts) { return {...

> #5451 Yeah. That changes everything > elaborate on disabling the cache Just that, short of walking the fully dependency graph, and ensuring no dependency anywhere in the tree has...

I'm doing this (installing multiple binaries) in internal command line packages, and it works fine in `npm 11.2`

Confirmed that this works for moon. ``` npm install @jamestalmage/moonrepo-cli ``` Running moonx gives expected results