-
```
src-backend bun .\index.js
23 | case "linux": lib_path += "libwebview.so"; break;
24 | case "darwin": lib_path += `libwebview.${process.arch}.dylib`; break;
25 | default: throw…
-
## Summary
Node.jsはパフォーマンス上の問題があるため
Goとかでもいいけど
-
Works fine when I run the script using bun run, but when I compile into an executable, it fails. I can't find a way to include the dll in the output either. Any ideas? Running Windows 11 on Bun 1.1.4.…
-
### What is the problem this feature would solve?
There are number of use cases for a runtime type checking/reflection API. For example, I want to make a helper to turn objects into C structs compati…
-
### Describe the bug
Hey, I am writing a widget app on Windows, and I expected the widget to be positioned fixed on the right-top of the monitor by using the `tauri-plugin-positioner ver2.0.0 Beta`…
-
Running the following code with Nodejs v22.2.0 throws an error
```gleam
import gleam/io
import gleam/iterator.{Next}
import stdin.{stdin}
pub fn main() {
let assert Next(line1, _) =
s…
lv37 updated
5 months ago
-
Version: Deno 2.1.1
```
user@h67:~/.deno/bin$ ./deno --version
deno 2.1.1 (stable, release, x86_64-unknown-linux-gnu)
v8 13.0.245.12-rusty
typescript 5.6.2
```
Compiling deno binary with no…
-
### What version of Bun is running?
1.1.0
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
```js
// The `await` can be removed in `bun`…
-
### Describe the bug
When I try to build my sveltekit project using SSR, and including `@hyperledger/aries-askar-nodejs`, which uses FFI the project errors with a segmentation fault. It is not clear …
-
I understand that there are a maximum of 3 active users per month for a free Picovoice account. Locally this has been great. I can completely nuke `node_modules` and reinstall and it correctly detects…