David Baird

Results 40 comments of David Baird

I can definitely do a simpler test; will do over the weekend. Thanks for the feedback @Electroid and @jdalton!

Planning ahead, @Electroid / @jdalton within the framework (of bun), (how) can I build the simple C program mentioned above? It would help to eliminate certain race conditions relating to...

Related question (but doesn't block me) is: where is fd 4 coming from? That's extra.

> Related question (but doesn't block me) is: where is fd 4 coming from? That's extra. The extra fd should be resolved by https://github.com/oven-sh/bun/pull/8841

@Electroid would it be possible for someone to take a look at #8981? It should be pretty good now (after a few rounds of feedback), but any other feedback appreciated...

Thank you @gvilums! And no worries, appreciate everything Bun and community are doing, and big thanks to looping back on this issue. This seems like too many file descriptors now...

...that is to say, yes, it resolved the issue, for sure. I didn't test it myself, but I have confidence in your result above, and happy to consider the issue...

That's a great improvement @Jarred-Sumner, thanks!!

As for whether to stop at double, or continue to the next level (BigInt, right?), I propose making it be an option like the example in the OP. Rationale: An...

Had to lookup better-sqlite3 :) That's great they had already thought of this and looks mostly good. I have one minor criticism that it conflates the use of BigInt with...