Aryan Bagade
Aryan Bagade
## Summary Implements workspace diagnostic mode for Pyrefly, allowing users to see type errors from all files in the workspace, not just open files (similar to Pyright's `diagnosticMode` setting). Closes...
# Summary This PR fixes a false positive type error in nested loops with cyclic variable dependencies. Previously, when a `LoopRecursive` variable appeared as the `want` parameter in `is_subset_eq`, the...
Promotes the SidecarContainers feature gate from Alpha to Beta, making it enabled by default. This feature has been stable since v1.49.0 with no error reports **What type of PR is...
**What is this feature?** When the `alertingDisableDMAlerts` feature toggle is enabled: - Hide "New Data source recording rule" from the More dropdown - Hide "Data source-managed" option from rule type...
Fixes the return type of `UserManager.send()` to correctly reflect that it always returns a DM message. ### What changed - Updated return type from `Promise` to `Promise` in both TypeScript...
## What does this PR do? This PR fixes a broken "Docs" button in the Sites creation flow. The button in the "Missing a repository?" section had href="#" which created...