-
Hello,
getting this issue:
> Error: Cannot find module '/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
> Require stack:
> - /node_modules/bcrypt/bcrypt.js
> - /dist/users/users.ser…
zdnk updated
11 months ago
-
### What version of Bun is running?
1.0.9+98f20170a
### What platform is your computer?
Linux sysdebian 5.10.0-25-amd64 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux
### What steps c…
-
Vite is on [Bun's roadmap](https://github.com/Jarred-Sumner/bun/issues/159), which is awesome.
I'm opening this issue to track progress on Vite support.
A lot of Vite folks would gladly replace …
-
### What happened?
after running EMBED=xxx ./build-static.sh and build completed, this error appears
### Build Type
Official static build
### Worker Mode
No
### Operating System
macOS
### CPU …
-
**TL;DR** - see https://github.com/lovell/sharp/issues/3750#issuecomment-1751172728
In 2015 sharp first started providing prebuilt libvips binaries and in 2018 started providing prebuilt binari…
-
### What happened?
```
composer create-project laravel/laravel test-build
add build-static.sh in the root project
chmod +x build-static.sh
./build-static.sh
```
### Build Type
Official static …
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 6.3.12-100.fc37.x86_64 x86_64 x86_64
### What steps can reproduce the b…
-
Both [bun](https://bun.sh/docs/api/ffi) and [Deno](https://deno.land/manual@v1.35.3/runtime/ffi_api) have ffi. As seen on https://bun.sh/ SQLite benchmarks, the ffis put up impressive benchmarks for s…
-
Instead of our current pattern of `src/bun.js/*.exports.js`
What if we did a directory structure like:
- 📁 builtins
- 📁 builtins/bun
- 📂 builtins/bun/ffi.js
- 📂 builtins/bun/sqlite.js
- 📁…
-
### What version of Bun is running?
1.0.2
### What platform is your computer?
macOS
### What steps can reproduce the bug?
This JS file:
```
import * as squint_core from 'squint-cljs/core.js';…