Jarred Sumner
Jarred Sumner
Currently, creating dynamically-sized containers with initial values can be verbose enough to distract from the business logic of the code Literal values of `[]u32` -> `struct { bar: ArrayList(u32) }`...
Trying to get Mold to work for a project that currently spends 2 minutes linking on an M1. It statically links JavaScriptCore and related libraries (parts of WebKit) I wasn't...
This is a continuation of https://github.com/ziglang/vscode-zig/pull/51 I have been using this locally for months now. Note that the `@link` mention is outdated, it was removed in a subsequent commit. This:...
How long does it take to construct the BVH? Would it be usable for many meshes with ~100k vertices (constructed in a worker and allocated using SharedArrayBuffer if available)? Its...
Bun's Roadmap
# Bun's Roadmap The Bun team updates this issue to share our current roadmap, priorities, and goals. You can see our current update below, and previous updates at the bottom....
Bun is a large project and it is early days. I think Bun needs to do a better job communicating what is a priority right now and what isn't. Bun's...
There's no visual indicator that you can click to drag in the UI. If you changed the cursor on hover, it would make it more clear. 
The version of zig listed in the readme is 3-ish years old I was curious what the numbers look like now so I updated it ./a.out is the the c...
**The problem** Currently, hot module reloading pages that use Emotion with React is about 8x slower than using [`CSSStyleSheet.replaceSync`](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/replaceSync) to update styles. Here are two Chrome profiles where the same...