Viraj Jadhav

Results 10 issues of Viraj Jadhav

### Summary Fixes issue #403 where WebRTC connections created via the Gradio UI were not visible through the Stream API endpoints. ### What Changed - Added `get_all_connections()` in `backend/fastrtc/stream.py` to...

This PR updates the custom server documentation to remove usage of Node's deprecated `url.parse()` API. The example does not require URL parsing, since the `parsedUrl` argument is optional for the...

Documentation

This PR removes the unused `useContext` import from the `AddTask` and `TaskList` examples on the **useContext reference page**. These examples use custom hooks (`useTasks`, `useTasksDispatch`) and no longer call `useContext`...

CLA Signed

Closes #8158 Fix incorrect startTransition usage in docs The example in the Server Functions page calls a server action inside startTransition, but the state updates after the await aren’t wrapped...

CLA Signed

This update fixes the TravelPlan example in “Choosing the State Structure” so that deleting a place now behaves correctly and cleans up all related data. When the last child of...

CLA Signed

Fixes #8047 This PR resolves an issue where scrolling down documentation pages (such as “Separating Events from Effects”) caused multiple phantom browser history entries, requiring multiple back button presses to...

CLA Signed

Fixes #8045 ### Summary This PR clarifies the **Escape Hatches** documentation by marking one example as intentionally problematic and suppressing the linter in the sandbox. - Added a note explaining...

CLA Signed

### Summary Replaced the hardcoded sidebar width (`lg:w-[342px]`) with Tailwind’s responsive utility (`lg:w-80`). This prevents overflow issues in **Firefox** and ensures better cross-browser consistency. ### Related Issue Fixes #7976 ###...

CLA Signed

Closes #1758 This PR makes the `--user` flag optional in `doctl databases pool create`. Previously, omitting the flag caused: > Error: (pool.create.user) command is missing required arguments According to the...

My first ever open source contribution.