Pegasusknight

Results 5 issues of Pegasusknight

example: ```pb message Person { enum Sex { F = 0; M = 1; B = 2; } } ```

```tsx function onResize([{ target }]: ResizeObserverEntry[]) { if (!document.documentElement.contains(target)) return; //

## Summary Currently, after running `rush update-autoinstallers`, the __rush-plugin-manifest.json__ file is not copied to rush-plugins directory. Instead, it requires running `rush update` to trigger the sync of this file. This...

## Summary When I run `rush build`, the error likes: ```txt 2025/11/27 10:53:38 Error calculating the state of the repo. (inner error: Error: git --no-optional-locks exited with code 128: 2025/11/27...

help wanted

## Summary After executing rush update-autoinstaller, the .rush/temp/last-install.flag file was not written, causing subsequent related commands to perform the installation again. ## Repro steps - Change any dependencies version in...