Shaurya Agarwal

Results 6 issues of Shaurya Agarwal

When I run the command ```sh bazel run //explorer -- ./explorer/testdata/print/format_only.carbon ``` I see the following error message: ``` INFO: Invocation ID: a94222fa-f225-441f-b5e5-0bf2f8269fb2 INFO: Analyzed target //explorer:explorer (0 packages loaded,...

Backend returns with code **500 (Internal server error** when a file with wrong extension is submitted for a challenge. It should return with **400 (Bad request)** Example: Submitting a `.py`...

bug
enhancement
easy_to_fix
frontend
good first issue
GSOC-2025

Replaced `encodeURI` function with `sdk.Url(urlString)` from `postman-collection` to parse the URL

**Describe the bug** Objective-C unit test case `Resolve URL (Quotes + Special Characters) Copy` has output wherein it parse `%26` as `%2526`. `%26` is clearly a URL encoded `&` symbol,...

codegen

Fix #307 : Added test for login command.

Fixes: #3411 Added check for `mode` query param in `/api/challenges/challenge` to be either 'host' or 'participant'

can-be-merged