-
Support `.env` files containing environment variables:
```bash
$ cat .env
KEY=value
$ xp -env .env -w '$_ENV["KEY"]'
value
```
## Automatically reading
NodeJS and Deno require explicit…
-
### What version of Bun is running?
1.1.8+89d25807f
### What platform is your computer?
Linux 6.6.30_1 x86_64 unknown
### What steps can reproduce the bug?
Using Bun with JSZip (https://www.npmjs…
-
The idea is similar to the current [Vercel adapter](https://github.com/brisa-build/brisa/tree/main/packages/adapter-vercel) but adapted to [Cloudflare](https://www.cloudflare.com/).
-
### Link to the code that reproduces this issue
https://github.com/hamlim/next-mdx-remote-jsx-runtime-bug
### To Reproduce
1. Clone the repo
2. Install dependencies via `bun install`
3. `cd apps/…
-
Remix apps can be run on Node.js, Deno, Cloudflare, Bun, or any JS runtime in general. I saw the package always use `@remix-run/node` so it can't be used on any other JS runtime.
Is the core of Wor…
-
Each Tab has its own independent burn process.
-
It appears Deno can sometimes be faster than Node.js or Bun. https://deno.com/blog/aws-lambda-coldstart-benchmarks
It'd be great if this benchmark add Deno runtime.
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
The following zig code which passes a null pointer to a non-nullable pointer does not panic in debug builds:
```zig
const Somet…
-
### Version
all
### Platform
```text
all
```
### Subsystem
sqlite
### What steps will reproduce the bug?
IMO, there is an issue with SQLite's behavior, as highlighted by the current test (http…
-
Although reejs markets as fully compatible with edge runtimes, deno & bun, it actually fails to deliver so.
I want to see both reejs cli & code/apps generated from packit completely run on those ru…