Eric L. Goldstein
Eric L. Goldstein
### What is the problem this feature would solve? Having access to the Bun shell would be really nice to have when writing out `package.json` scripts, especially when considering its...
### What is the problem this feature would solve? In testing our Bun-based lambda while prepping its rollout to production, I realized that despite the documentation saying that environment variable...
Hi, Thank you for creating this great tool! I found it while looking through the `eslint-plugin-unicorn` repo and stumbling upon this PR: https://github.com/sindresorhus/eslint-plugin-unicorn/pull/1930 I would love to use your tool...
### What version of Bun is running? 1.1.5+1a4bad80b ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? >[!NOTE] > Setting `hostname` to...
### What version of Bun is running? 1.1.5+b257a3097 ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? 1. Link a local package...
### What version of Bun is running? 1.1.9+bb13798d9 ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? 1. Bundle app with `Bun.build`...
### What version of Bun is running? 1.1.9+bb13798d9 ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? 1. Bundle app using `Bun.build`...
### What does this PR do? The Bun lambda layer is correctly identifying when a request body is base64 encoded. However, instead of base64 decoding it, it encodes it a...
### What does this PR do? I've been using `mock.restore()` quite a bit lately and realized it wasn't in the docs, so I'm adding it. - [x] Documentation or TypeScript...
### What version of Bun is running? 1.1.17+bb66bba1b ### What platform is your computer? Darwin 23.5.0 arm64 arm ### What steps can reproduce the bug? 1. Create a simple app...