Pete Gonzalez
Pete Gonzalez
Hey @Josmithr , sorry this fell through the cracks over the holidays. 😅 Let's chat about the next steps to get it merged.
> I'm not a fan of doing this globally for all consumers of heft-jest-plugin. Why not?
> A test taking longer than 5 seconds, _even if the VM is under load_ still indicates a bad test. Alternatively it indicates that you VM's scheduler is running too...
FYI we recently reformatted the master branch using Prettier, which creates merge conflicts for existing PRs. We'll try to fix up the existing PRs for people, but if you want...
> I could make a copy of the current Webpack5 plugin pretty much as-is, replacing references to `webpack` / `webpack-dev-server` to the RSpack equivalents - everything is working great (aside...
@iclanton @dmichon-msft Are we ready to merge this? This PR has been open for nearly a month.
## Some background There is a longnstanding issue that API Documenter generates "markdown" yet there is no standardized syntax for Markdown. Of course [CommonMark](https://commonmark.org/) is such a standard, but all...
🎉 @nirshar has fixed this in PR https://github.com/microsoft/rushstack/pull/4698
I was probably worried about the disk i/o cost in the negative case, for example if "rushx" is invoked repeatedly in a context where rush.json will never be found. Agree...
Btw there is a specific way to reliably detect when you reach the root on NTFS vs Unix filesystems. The PackageJsonLookup API in this repo is a good example to...