Aryan Bagade

Results 6 issues of 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...

cla signed
stale

# 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...

cla signed

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...

kind/feature
size/S

**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...

area/alerting
area/backend
area/frontend

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...

packages:discord.js

## 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...