-
### 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 @…
-
I would like to initiate a discussion on a potential feature: Preserve Mode for JSX expressions. The Preserve Mode is a functionality that, when enabled, maintains the original formatting and structur…
-
### What is the problem this feature would solve?
I think I don't need to explain that the fastest code is no code at all.
Unfortunately, the JavaScript ecosystem is polluted with loads of unneces…
-
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…
-
**UPDATE: Thank you for engaging with us. We took your feedback very seriously and clarified a few things. Most importantly, self-hosted remote caching provided by Nx Powerpack is free for small busin…
-
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…
-
### What version of Hono are you using?
4.6.6
### What runtime/platform is your app running on?
Bun 1.1.32
### What steps can reproduce the bug?
Consider the following web socket endpoint:
```ts…
-
### What version of Bun is running?
0.5.9
### What platform is your computer?
Linux
### What steps can reproduce the bug?
```
async function aBroken() {
}
async function bBroken() …
-
### What is the problem this feature would solve?
I'd like to build my library written in typescript with `bun build` (both for dev and prod), but there's no point in doing so if I or my library's us…
-
@phptinker
```
$collection = collect([1, 2, 3, 4, 5, 6, 7]);
$chunks = $collection->chunk(4);
$chunks->all();
```