Dolan Halbrook

Results 5 comments of Dolan Halbrook

Where in the current pm2 codebase is the `process.stdout.write` hijack done? I'm running into this as well and might have a go at trying to create a PR to fix...

We really need this as well, as we have a multi-tenant Next app in the works. It seems like you could take in a callback function in the `userSuppliedOptions` of...

The `asynchronous-local-storage` package has a very similar API to this one and uses `AsyncLocalStorage` if that helps.

``` shared: { 'next/compat/router': { requiredVersion: false, singleton: true, import: undefined } } ``` causes the router returned by ```import { useRouter } from 'next/compat/router';``` to be null on the...