David Baird
David Baird
Zerotier 1.6.4: Kernel: netlink: 8 bytes leftover after parsing attributes in process `zerotier-one’
## Required - What you expect to be happening. - No spewing into system log. - What is actually happening? - Watch the logs (journalctl -f) and see this: ```...
Easywsclient works in Linux at the moment. Let's get it working in Windows and Winsock, too.
Rather than have easywsclient depend directly on a specific socket implementation, instead inject the socket implementation. Reasons why this is needed: 1. Platform support (currently resolved by using macros). Dependency...
Cover TinyThread++, Boost.Thread, (Intel TBB? std::thread?).
### What is the problem this feature would solve? I'd like to propose an option for the sqlite API to go beyond the current 32-bit limit that is currently imposed...
### What version of Bun is running? 1.0.26 ### What platform is your computer? Linux 5.15.0-46-generic x86_64 x86_64 ### What steps can reproduce the bug? ``` import { spawnSync }...
### What does this PR do? Fixes a typo in `stdio` normalization in src/js/node/child_process.js. - [ ] Documentation or TypeScript types (it's okay to leave the rest blank in this...
The svelte-preprocessor seems to have two issues when used with [Bun](https://github.com/oven-sh/bun/). This might also be a Bun or other issue; I'm not sure yet :) 1. The module doesn't import...
``` // Expect this: console.log(sprintf("%d", 9999999999999999999999999999999999999999n)); // To print this: // 9999999999999999999999999999999999999999 // But instead, an error such as the following is generated: sprintf-js/src/sprintf.js:61 if (re.numeric_arg.test(ph.type) && (typeof arg !==...