Lauri
Lauri
It seems as if connection_pool fails to release redis subscriptions. Once Timeout is raised, it every subsequent try will result in Timeout as well. Steps to reproduce: 1. Set redis...
beforeCellFocus missing prop when moving between pinned/non-pinned column with arrow keys. Made a quick reproduction down below. **To Reproduce** https://codesandbox.io/s/revo-grid-vanilla-js-forked-h0xxv Take the focus to the grid and use arrow keys...
Steps to reproduce: 1. https://kbar.vercel.app/ 2. CMD+K 3. Write: "search" 4. Select "Search Docs" 5. Search input still says "search"
It would be great to be able to selectively enable some shortcuts to run also in active form elements. E.g. having `Meta+1-9` shortcut to open a tab (which can easily...
Due to throttling, when changing rootActionId, the results and rootActionId returned by useMatches is out of sync. Added this line to the example `App.jsx` on line 152: `console.log(rootActionId, results.length);` Steps...
**Describe the bug** Currently generated JSON typescript type is as follows: ```typescript export type Json = | string | number | boolean | null | { [key: string]: Json |...
**Is your feature request related to a problem? Please describe.** Databases, especially in the supabase context, often need many helper functions, views, etc. That are troublesome to manage with migrations....
**Is your feature request related to a problem? Please describe.** Small quality of life feature request – would be great to have pg_prove logs passed through with colors (should be...
**Is your feature request related to a problem? Please describe.** When using the CLI in Github Actions, there's hundreds of lines of useless logs about docker image download statuses, which...
### Demo URL _No response_ ### What happened? Since updating to the latest unplugin-fonts (v1.1.1), local fonts no longer get preloaded in Vite 5.0.2. Preloading custom fonts works fine in...