Jakob Norlin
Jakob Norlin
The type `CookieSerializeOptions` in `[email protected]` has been renamed to just `SerializeOptions` in `[email protected]`. This makes the types error in `setCookie` for all the inherited options, like `sameSite`.
In a monorepo it's quite common to use Typescript's [project references feature](https://www.typescriptlang.org/docs/handbook/project-references.html). However, it's a pain to maintain the references so that they match your monorepos interdependencies. [There's an open...
This prevents issues with rendering charts under a Suspense boundary in Tanstack Router. See this issue for context: https://github.com/TanStack/router/issues/5857
### What version of Bun is running? 1.2.0+b0c5a7655 ### What platform is your computer? Darwin 24.2.0 arm64 arm ### What steps can reproduce the bug? Compare the time it takes...
This is just the unit tests. No fix is implemented. Leaving that to you guys. Interestingly, I couldn't get the bug to reproduce in the solid-js unit test, even though...
### Description Keybindings for deleting word from the cursor and back are set as `ctrl+w,ctrl+backspace,alt+backspace` in https://github.com/sst/opencode/blob/f3febd6e395458698fceca2f175f59e0cf68c1d6/packages/opencode/src/config/config.ts#L565-L568 However, `Alt+Backspace` does not work, which is slightly frustrating since it's the only...