Jonathan Gamble
Jonathan Gamble
### Describe the problem Since `use` is probably going to go away eventually, would be nice to see a switch to attachments. ### Describe the proposed solution I would imagine...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1. Remove all docker images 2. Update supabase locally to `2.26.9` 3. See error status...
### Environment Why is Nitro depreciating Vercel Edge? https://nitro.build/deploy/providers/vercel#vercel-edge-functions It is NOT getting rid of Edge Functions, they are just unifying in the Edge Function infrastructure. https://vercel.com/changelog/edge-middleware-and-edge-functions-are-now-powered-by-vercel-functions https://vercel.com/docs/functions/runtimes/edge The Edge...
### Is your feature request related to a problem? Nobody wants to use `try / catch` every single time they make a call to Surreal DB. It should return `data`...
### 🐛 The bug When I deploy to Vercel Edge, I get this error: ``` ReferenceError: _default is not defined ``` It works fine on Vercel Functions. I used to...
### Describe the problem This is an extremely small issue, but I figured I would make an issue for it. For form actions, you can expose the enhance form type...
### What component does this affect? SurrealDB Server ### Is this feature related to a problem? Surreal currently only checks the incoming record: ```sql DEFINE TABLE users TYPE NORMAL SCHEMAFULL...
### What component does this affect? SurrealDB Server ### Is this improvement related to a problem? Yes. If I have two different apps that use two different databases, I may...
### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug I've been working with the Firebase team to get Firebase working on Edge functions. https://github.com/firebase/firebase-js-sdk/issues/8355 Firebase...