Pete Gonzalez
Pete Gonzalez
This feature request is closely related to https://github.com/microsoft/rushstack/issues/3002 which asks for documenting/trimming members of a `type` alias that mimics an `interface`. In general, `type` can produce [arbitrarily complex expressions](https://github.com/microsoft/rushstack/issues/3002#issuecomment-1007063608) that...
 This certainly requires doc updates
This race condition is also the cause of random install errors such as this: ``` EPERM EPERM: operation not permitted, open 'C:\cmd-shim-repro\node_modules\.bin\eslint' ```
And the corrupted file will produce error messages such as this (because of extraneous `*)` at the end of the file buffer): ``` '*' is not recognized as an internal...
> I have created #8126 Thank you @KSXGitHub !
Thanks! We'll merge this after https://github.com/microsoft/rushstack/pull/4823 is merged
@dmichon-msft said: > I used rush on WSL for quite a while; I only stopped due to migration to GitHub codespaces > > The main guidance I would give for...
The Stack Overflow article above talks about issues with inconsistent casing of filenames, which result in `git status` printing an empty output.
@ajvincent thanks for contributing these docs! 👍
@elliot-nelson I've proposed some action items in this thread: https://github.com/microsoft/rushstack/issues/2981#issuecomment-1753453286 The underlying problem is that, in a large monorepo: 1. We often don't control the package that depends on `caniuse-lite`...