-
-
### Describe the bug
On Mac OS, calling `dialog.save` with the empty string as the `defaultPath` causes a panic, crashing the application.
### Reproduction
Call `dialog.save` with the empty s…
-
Workflow file
```
name: 'build'
on:
push:
branches:
- master
jobs:
publish-tauri:
permissions:
contents: write
strategy:
fail-fast: false
matri…
-
### What is the problem this feature would solve?
I want to combine Assets and FFI. Given this code block we should be able to eliminate it into just one line.
```ts
if (process.platform === "lin…
-
ERR_DLOPEN_FAILED: Failed to open library. This is usually caused by a missing library or an invalid library path.
How to do?
Thanks!
![FFI Error](https://github.com/oven-sh/bun/assets/25305480/923…
-
Reason: MainActivity.java and MainApplication.java were migrated to Kotlin. If you use any config plugins that modify these files, they may need to be updated for SDK 50 support.
The WatermelonDB c…
-
Hi there.
> TLDR; I'm working on my own P5js bindings and wanted to ask If you'd like to collaborate
I wanted to do some p5js stuff and saw your package, but your package needing bun and coming …
-
### What is the problem this feature will solve?
ffi can make good use of existing dll resources and does not need to be like node-api (compilation required).
https://bun.sh/docs/api/ffi
### Wha…
-
### Version
0.1.10
### Platform
Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 GNU/Linux
### What steps will reproduce the bug?
Need to have `esbuild…
-
- Bun FFI doesn't support structs
- Bun FFi doesn't support floats
I wanted to add DrawLineEx but it turns out bun doesn't support floats or structs, so I can't use raylib's Vector2 at all.
There…