Ashcon Partovi

Results 381 comments of Ashcon Partovi
trafficstars

This should be resolved once we support `child_process`, #595

You can use `.tee()` but this should still work, see example [here](https://cloudflareworkers.com/#2333e8d02dc95fdc8518f898d772b00d:https://tutorial.cloudflareworkers.com/). (send a POST request with "{}" body)

Tested on MacOS with `0.2.2`, looks like this issue is fixed. ```js const response = await fetch( "https://raw.githubusercontent.com/json-iterator/test-data/master/large-file.json", { headers: { "Accept-Encoding": "identity", } } ); const body = await...

Thanks for reporting. This is something we are definitely going to implement. (soon!)

Thanks for reporting this! We're going to track this issue here: #1266

We're tracking official Windows support here: #43

This is still an issue as of `0.2.2`, we will get this fixed. ```json {"data":1} ``` ```js Bun.file("data.json").json().then(console.log); ``` Then run `bun run` twice.

Totally agree that we need to improve the build process, we've made a lot of changes since you opened this issue, but we still have a lot of work to...

Fixed as of `0.2.2`, tested using: ```js const request = new Request("http://localhost/", { body: "{\"data\":1}" }); console.log(await request.clone().json()); console.log(await request.json()); ```

Sorry about the issues you're running into. We're growing the team and working to prioritize ecosystem compatibility, like with React.