-
I'm using raspberry Pi with Bunjs, try to do import libsql but it throws error
**error: Cannot find module "@libsql/linux-arm64-musl" from "/root/dev/bunjs/node_modules/libsql/index.js"**
![imag…
-
I'm confused.
I have ran install.sh and uninstall.sh for the nodejs/bunjs things and i cannot get this extension to work as intended.
-
### What version of Bun is running?
1.1.29
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
https://youtu.be/dPO4v5q9ULU?t=509
https://github.com/antonputra…
-
### Capacitor Version
bun run android
not function defined eacess.....
### Other API Details
```Shell
bunjs --version latest
```
### Platforms Affected
- [ ] iOS
- [X] Android
- [ ] Web
### Cu…
-
I seem to be getting a segfault when python code tries to callback into or return values to Javascript code.
Seems like it is related to deno_python missing these important calls:
`c.PyEval_Init…
-
Thanks for great repo but using svelte with this is really hard. Cad we make it for nodejs or bunjs at least?
-
Is it possible to use RWKV-LM https://github.com/BlinkDL/RWKV-LM with ggml-js and Bunjs https://bun.sh/ Is there any example available?
-
![image](https://user-images.githubusercontent.com/23721611/223732338-4c76dfd5-bd33-4c43-9552-4fb30fea99a5.png)
I use bunjs to exec a ts file:
```typescript
console.log('1' == 1)
```
TypeScript w…
-
### What is the problem this feature would solve?
I am porting a backend programming written by express to bunjs runtime.
When I try to upload big file over 128MB, the browser throws "net::ERR_CONN…
-
### What version of Bun is running?
1.1.28
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
```js
Bun.serve({
static: {
"/api/health-check": …