Ben Asher
Ben Asher
I just wanted to note some facts. These are both packages: - [@pm2/pm2-version-check](https://www.npmjs.com/package/@pm2/pm2-version-check) - [patch-package](https://www.npmjs.com/package/patch-package)
According to the linked doc, the package.json-level types entry is for compatibility with older versions of TypeScript (unclear which versions those would be), so it's mainly about what you want...
Would contributions here still be helpful? Happy to open a PR!
Took a slightly different approach and instead took this all a step closer to being more ESM-ready in #489
No problem. Thank you!
After the latest updates (guessing #488), the packages are now usable by doing `import { default as } from "just-";`. The open PR would still improve things for NodeNext users,...
I also got this with my first redocly cli project—would be great if it at least called out the cycle in the cli output
IMO, we should push people to the new memory model, if it's stable.
I think we should publish 1.0.0, so it's clearly breaking. Upgrading requires the new memory model. If someone needs maintenance of the existing version that supports the old memory model,...
You can make the executor `lazy`, and then it won't choose a number of threads until it's first accessed. Yep generally there are diminishing returns. My main concern is that...