-
Cloudwatch logs -
```json
{
"errorType": "Error",
"errorMessage": "ENOENT: no such file or directory, open '/var/task/dist//data_files/headers-order.json'",
"code": "ENOENT",
"…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.16.0
- Nuxt Version: 3.7.3
- CLI Version: 3.9.0
- Nitro Version: 2.6.3
- Package M…
-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Linux 6.1.102 x86_64
### What steps can reproduce the bug?
Running it continuously and serving millions of…
-
Bun pr #79 crashes at runtime.
Use:
```console
kraft build --no-cache --no-update --plat qemu --arch x86_64
kraft run --rm -M 512M -p 3000:3000 --plat qemu --arch x86_64 .
```
to replicate.
…
-
Re-trying `bum` on macOS arm64 after https://github.com/owenizedd/bum/issues/14#issuecomment-2247866356
os: `macOS 14.5 (23F79)`
chip: `M3 Max`
installing `bum` went well
```shell
❯ curl -f…
-
### What is the type of issue?
Something else
### What is the issue?
In Bun homepage https://bun.sh/, a section below "Node.js compatible" takes you to https://bun.sh/docs/cli/install instead of ht…
-
https://philna.sh/blog/2023/09/05/nodejs-supports-dotenv/
Node v20.6.0 include .env support now.
-
Currently if you use bun it actually just uses npm (we detect a bun lock file and fallback to using npm).
Adding official bun support would mean you could call postinstall scripts using bun and do …
-
As per https://primatejs.com/blog/release-032
it would be good to support windows arm64 .
it’s not a waste of time as windows arm64 is solid and competes very well with apple arm64 in terms of p…
-
I created the following issue over at Bun: https://github.com/oven-sh/bun/issues/12552
I wanted to see if anyone else in the Temporal community has had success running Temporal Typescript libraries…