Results 37 issues of Steven Roussey

I have a need for the use of compound keys. My first two stabs at shoe-horning these into BBR were not so great (adding uniqueids on the server, and altering...

enhancement

### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.3.0 arm64 arm ### What steps can reproduce the bug? ``` bun add node-postal @types/node-postal...

bug
napi

### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.3.0 arm64 arm ### What steps can reproduce the bug? ``` git clone https://github.com/yaronn/blessed-contrib.git cd...

bug

### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.3.0 arm64 arm ### What steps can reproduce the bug? ``` const { MultiSelect }...

bug
node.js

### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.3.0 arm64 arm ### What steps can reproduce the bug? `bun init` (when asked, have...

bug
transpiler

Use macros for long long (and long long unsigned)

It ranks at the top in the hugging-face leaderboard: https://huggingface.co/spaces/mteb/leaderboard Here is more info: https://huggingface.co/hkunlp/instructor-xl It is a little different... you add an instruction context separately from the thing you...

Not sure if the metal compiler would do this automatically. Is there a way to test speed differences in metal code?

performance

### What does this PR do? This changes object property iteration to skip all that have enumeration false. This could have unintended side effects that are wide ranging depending on...