PRANAV KUMAR
PRANAV KUMAR
Implements Web IDL spec change (whatwg/webidl#1465) to upgrade QuotaExceededError from a DOMException name to a proper subclass. ## Changes - Remove QuotaExceededError from DOMException names table in `ext/web/01_dom_exception.js` - Create...
Added transformHtmlListIndent to preserve list indentation inside raw HTML blocks in slide Markdown, preventing Vue compile errors caused by Prettier removing spaces. Integrated the transformer early in the Markdown pipeline....
Fixes #4386 Fixed race conditions and memory safety issues in the progress example by using C11 atomic operations for proper thread synchronization. Changes: - Changed percentage from double to _Atomic...
Summary Add a fallback implementation that uses the standard-library `importlib.resources` when `pkg_resources` is not available, and include a focused unit test to verify `getResource` can open package data files. Changes...
eplaced an inefficient forEach loop with the find() method in the render() function's container lookup logic, enabling early exit when a matching container is found. Type of Change Bug fix...
eplaced an inefficient forEach loop with the find() method in the render() function's container lookup logic, enabling early exit when a matching container is found. Type of Change Bug fix...
## Summary of Changes Added `Component[]` type annotation to the [queue](cci:1://file:///Users/pranavkumar.bandaram/Documents/vue/src/core/observer/scheduler.ts:161:0-198:1) parameter in the [callActivatedHooks](cci:1://file:///Users/pranavkumar.bandaram/Documents/vue/src/core/observer/scheduler.ts:154:0-159:1) function within [src/core/observer/scheduler.ts](cci:7://file:///Users/pranavkumar.bandaram/Documents/vue/src/core/observer/scheduler.ts:0:0-0:0). ## Type of Change - [x] Bug fix (non-breaking change which fixes...
- Add defensive check to prevent crashes when dbAdapter is undefined/null - Throw clear error message when dbAdapter is missing in non-dbUrl/inMemory mode - Add test case to verify error...
- Add defensive check to prevent crashes when dbAdapter is undefined/null - Throw clear error message when dbAdapter is missing in non-dbUrl/inMemory mode - Add test case to verify error...
Fixed a race condition in `main/export.ts` where an export could be marked as `completed` even if it was canceled by the user. - Added cancellation check in `Export._start` - Added...