Results 19 comments of TerryWu

boost v1.80 : Fixed detection of std::aligned_alloc for older Apple platforms. is this relevent ?

i encounter a similar issue: under heavy load, when the timer actually fires (some backend server not able to handle request correctly causing timeouts), and the sigabrt may trigger sometimes....

on "5.4.119-1-tlinux4-0009-eks #1 SMP Wed Sep 28 23:05:45 CST 2022 x86_64 x86_64 x86_64 GNU/Linux" bun v0.5.6 triggers the same "EBADF" problem

using the above test code, the problem continues (on v0.6.14 ~ v1.0.7) ``` js import { writeFileSync } from "node:fs"; import { file } from "bun"; writeFileSync("./example.txt", "this is an...

> using the above test code, the problem continues (on v0.6.14 ~ v1.0.7) > > ```js > import { writeFileSync } from "node:fs"; > import { file } from "bun";...

any new on this ?

Serialize FormData but missing content-type "boundary"? @Jarred-Sumner ![image](https://user-images.githubusercontent.com/968222/222348622-ee8bcd9e-3af8-408c-b42e-ec2a6273cd19.png) ![image](https://user-images.githubusercontent.com/968222/222348735-463cef04-ffac-4212-9573-80916e3abdc9.png)

any new on this? all i can find is an unanswered stackoverflow: https://stackoverflow.com/questions/77950299/alternatives-to-node-pty-for-bun it would be very useful combined with [the bun shell](https://bun.sh/blog/the-bun-shell)

@dmcgowan can we merge this?