Devansh Varshney (देवांश वार्ष्णेय)

Results 91 comments of Devansh Varshney (देवांश वार्ष्णेय)

Hi @javalsai I completed the development setup and understood what needs to be done to an extent but I just couldn't understand how do I test it?

Thank you for the help Dave and Sai. ![image](https://github.com/oven-sh/bun/assets/20411128/9f672d9e-98b6-47c5-b15d-97a48ef5eab3) I was reading this earlier - [https://nodejs.org/dist/latest-v17.x/docs/api/stream.html#class-streamwritable](https://nodejs.org/dist/latest-v17.x/docs/api/stream.html#class-streamwritable)

This is the Duplex one where the same change is needed? - https://github.com/oven-sh/bun/blob/353f724a9cd12d1749e974e92bbc47d9138a6601/src/js/node/stream.js#L4442C1-L4452C7 ```js var webStreamsAdapters; function lazyWebStreams() { if (webStreamsAdapters === void 0) webStreamsAdapters = {}; return webStreamsAdapters; }...

> The Node.js compatibility documentation page should probably be updated to include `Duplex.toWeb()` doesn't work. This is what I try to do today - ```js Writable.fromWeb = function (writableStream, options...

Is this reasonable? https://github.com/varshneydevansh/bun/commit/acf43f6d8ff0c265114a71c320b46e3a930a9115 ```js /** * @param {WritableStream} writableStream * @param {{ * decodeStrings? : boolean, * highWaterMark? : number, * objectMode? : boolean, * signal? : AbortSignal, *...

Actually, only thing which I am just kinda not able to get(maybe I am not trying enough) is to point Bun to my local build so that I can test...

Now we have to add the test cases for this enhancement and also have to modify the console menu for this change. https://github.com/google/benchmark/blob/1c64a36c5b8ee75d462b3fe7a9d020c66a2a1094/src/benchmark.cc#L729 and also the documentation =) ------------- or...

Apologies, @dmah42 I am currently writing a book on ADHD and I didn't evaluate that it will take this much of time. I am trying to complete it soon and...

Hi! I am not sure how I ended up here, but I looked at what you guys are doing and It's pretty remarkable. I find this challenge to be my...