Henning Pohlmeyer
Henning Pohlmeyer
### Description This PR adds a `SendBeaconInterceptor` for intercepting `navigator.sendBeacon()` calls. ### Important Details #### Response data does not matter `sendBeacon` is a fire-and-forget call. It is a synchronous function...
### What is the new or updated feature that you are suggesting? Currently `NavLink` applies `aria-current="page"` to links that match the route, no matter if it is an exact match...
I would love to be able to copy text directly from QuickLook. I used `defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder` to be able to select the text inside...
I would like to see support for editing SQLite databases over ssh. Some companies are currently looking for good ways the run databases on the edge and SQLite seems to...
The docs recommend setting defaults for commonly used parameters. Unfortunately they are still included in the generated functions, when they are specified in the spec. Here is an example schema:...
# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem I have followed the docs [on how to install sandbox from a...
When using the chaining approach needed for Hono RPC with a middleware, `OpenApiHono` specific methods do not exist on the chain anymore after using `use`, because `use` returns `Hono` instead...
This change will process all nested rules instead of only the most nested one. This enables support for more complex selectors like the ones used by tailwind v4: ```css @layer...