Ryan Westlake
Ryan Westlake
## Failing module - **GitHub**: [private] - **npm**: https://npmjs.com/package/expo-server-sdk - https://esm.sh/[email protected] ```js "expo-server-sdk": "https://esm.sh/[email protected]" -- defined in `import_map.json` # my function import { Expo } from "expo-server-sdk"; Deno.serve(async (_req) =>...
# Bug report ## Describe the bug In the local studio dashboard, I cannot edit a SQL Query name ## To Reproduce Steps to reproduce the behavior, please provide code...
When defining middleware, I cannot get access to the correct type `RequestExtendedInit`. I think `RequestExtendedInit` should be able to be exported. ``` export declare type RequestMiddleware = (request: RequestExtendedInit) =>...
# Bug report - [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...
**Describe the bug** The `npx supabase db diff --use-migra` command is not picking a new db trigger that was created using the SQL editor locally. It did pick up the...
**Is your feature request related to a problem? Please describe.** I'm building a Next.js app and using zenstack + react-query hooks. I want to prefetch a query when hovering over...