-
I looked (okay, not that hard, but I definitely didn't see it mentioned in the tutorial), but couldn't find an explanation of why is yarn a requirement? Can you please clarify to me, why yarn?
I pr…
-
Opening this issue per today’s TSC meeting. This is a spinoff from https://github.com/nodejs/node/pull/49246#pullrequestreview-1585722251:
- Are additions to `import.meta` semver-major or semver-mi…
-
I'm working on a stripe payment backend in hono. Stripe hooks needs a middleware to work properly. This code is for express.
```ts
app.use((req, res, next) => {
if (req.originalUrl === "/…
-
I need to read the first line from stdin, perform some logic, and then iterate over the remaining lines of stdin. The suggested way from the docs (https://bun.sh/docs/api/console) to iterate over stdi…
-
We'd like to support additional runtime environments, such as:
- [Cloudflare Workers](https://workers.cloudflare.com)
- [Deno](https://deno.land)
- [Bun](https://bun.sh)
- [Netlify Functions](http…
-
### What version of Bun is running?
1.0.13+f5bf67bd1
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
1. Build a compiled executable by following …
-
### What is the problem this feature would solve?
When bundling applications with `bun build` I've run into this error message:
```
bun build ./src/index.tsx
error: Could not resolve Node.js b…
-
### What version of Bun is running?
v1.0.1
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
When I use "bun build" to package a Solid component fi…
-
### Link to the code that reproduces this issue
https://github.com/avidev-creator/nextjs-v15-clerk.git
### To Reproduce
1. create next app - bun create next-app@latest .
2. install clerk - bun i @…
-
Is it within the scope of this project to expose the synchronous versions of the fs functions?