kevgeoleo
kevgeoleo
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? For the function getWeekInfo(), deno uses a non-standard name weekInfo() instead of...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? In the Browser compatibility table its mentioned Deno does not support this...
### What version of Bun is running? 1.1.38+bf2f153f5 ### What platform is your computer? Microsoft Windows NT 10.0.26100.0 x64 ### What steps can reproduce the bug? Hello, When I ran...
Version: Deno 2.3.3 Hi, I would like to report a bug in Deno that causes panic. It can be reproduced by running the following code snippet. It worked on both...
### What version of Bun is running? 1.2.16+631e67484 ### What platform is your computer? Microsoft Windows NT 10.0.26100.0 x64 ### What steps can reproduce the bug? Hi, I would like...
### How can we reproduce the crash? Hi, I would like to report a crash in Bun which can be reproduced by running the following PoC: ```javascript var obj =...
Version: Deno 2.5.3 Hi, I would like to report a behavior I observed when running the following code snippet: ```javascript import { resolveObjectURL } from 'node:buffer' ``` Running this gives...