Jan Gladines
Jan Gladines
- [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com). ## Describe...
## What kind of change does this PR introduce? Add "loose autocomplete" to`WeakPasswordReasons`, `AMREntry.method`, `Factor.factor_type`, `SignInWithIdTokenCredentials.provider` and `AuthError.code ` ## What is the current behavior? The above types define possible...
say I have a data structure like ```ts declare const tasks: {title: string, longDescription:string}[] ``` What is the recommended approach to fuzzy search over both title and string, but prioritise...
## Context What's your version of `nuqs`? 2.2.3 ``` "nuqs": "^2.2.3", ``` What framework are you using? Next JS - ✅/❌ Next.js (app router) (with React Compiler turned on, using...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description This really caught me off...