Divy Srivastava

Results 185 issues of Divy Srivastava

Trying out this deno_core change https://github.com/denoland/deno_core/pull/912

ci-draft

It should be a runtime error instead of a panic. ```js delete globalThis.Error; throw new TypeError("e"); ``` ``` [divy@divy deno]$ RUST_BACKTRACE=full deno run panic.js ============================================================ Deno has panicked. This is...

bug

Depends on https://github.com/denoland/deno/pull/25869

main under heavy load: ``` [ 13.448] op_http_try_wait : Dispatched Fast [ 13.448] op_http_try_wait : Completed Fast [ 13.448] op_http_try_wait : Dispatched Fast [ 13.448] op_http_try_wait : Completed Fast [...

Improves HTTP throughput by 8-9k rps on Linux: this patch ``` Requests/sec: 145001.69 Transfer/sec: 20.74MB ``` main ``` Requests/sec: 137866.61 Transfer/sec: 19.72MB ``` The improvements comes from the reduced number...

This patch updates the error check for example URLs in `create-next-app` to use TypeError instead of `error.code`. `error.code` is a non-standard property present in Node.js, even for Web APIs like...

create-next-app

Skip manually setting header via `op_http_set_response_header` if `Content-Type` can be inferred from body. Optimizes the case for `new Response()` --strace-ops in `main`: ``` [ 1.726] op_http_wait : Dispatched Async [...

Originally reported on Discord: https://discord.com/channels/684898665143206084/684898665151594506/1297443793028780034 ![image](https://github.com/user-attachments/assets/27f4d253-7300-4e10-a4c9-8e46a7109fa1)

bug
permissions
node compat

Fixes https://github.com/denoland/deno/issues/25194

Fixes https://github.com/denoland/deno/issues/26480 Ref https://github.com/denoland/deno_core/commit/d2945fb65bca56ebfa7bb80556a4c8f4330d2315